summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af.c')
-rw-r--r--audio/filter/af.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/filter/af.c b/audio/filter/af.c
index 62dce8df7e..c981a41288 100644
--- a/audio/filter/af.c
+++ b/audio/filter/af.c
@@ -285,9 +285,6 @@ static void af_remove(struct af_stream *s, struct af_instance *af)
mp_msg(MSGT_AFILTER, MSGL_V, "[libaf] Removing filter %s \n",
af->info->name);
- // Notify filter before changing anything
- af->control(af, AF_CONTROL_PRE_DESTROY, 0);
-
// Detach pointers
af->prev->next = af->next;
af->next->prev = af->prev;