build: Remove two unused variables from Makefile.in.
[paraslash.git] / wmadec_filter.c
index 1beeb5ac3b1c51709923c2fa9683d8968324d427..8b751f04592eff0f7d6b3e5fe73ade1938c17382 100644 (file)
@@ -1285,6 +1285,5 @@ void wmadec_filter_init(struct filter *f)
        f->close = wmadec_close;
        f->execute = wmadec_execute;
        f->pre_select = generic_filter_pre_select;
-       f->new_post_select = wmadec_post_select;
-       f->post_select = NULL;
+       f->post_select = wmadec_post_select;
 }