]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - wmadec_filter.c
sched: Kill old ->post_select variant.
[paraslash.git] / wmadec_filter.c
index 1beeb5ac3b1c51709923c2fa9683d8968324d427..e4592dda4cc708eff7572050186b28e254a09af4 100644 (file)
@@ -1286,5 +1286,4 @@ void wmadec_filter_init(struct filter *f)
        f->execute = wmadec_execute;
        f->pre_select = generic_filter_pre_select;
        f->new_post_select = wmadec_post_select;
        f->execute = wmadec_execute;
        f->pre_select = generic_filter_pre_select;
        f->new_post_select = wmadec_post_select;
-       f->post_select = NULL;
 }
 }