From c1227b34345293deaf9bef89b354024b8553e37b Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 3 Jan 2016 16:29:23 -0800 Subject: [PATCH] libobs: Remove 'get_transition_volume' callback This callback will no longer be used, instead transitions will modify the audio data directly. --- libobs/obs-source.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libobs/obs-source.h b/libobs/obs-source.h index cc43a2778..c5656d2fe 100644 --- a/libobs/obs-source.h +++ b/libobs/obs-source.h @@ -374,15 +374,6 @@ struct obs_source_info { void (*key_click)(void *data, const struct obs_key_event *event, bool key_up); - /** - * Called to transition sources get the volume of a transitioning - * sub-source. - * - * @param data Source data - * @param source Transitioning sub-source to get the volume of - */ - float (*get_transition_volume)(void *data, obs_source_t *source); - /** * Called when the filter is removed from a source *