]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - oggdec_filter.c
sched: Kill old ->post_select variant.
[paraslash.git] / oggdec_filter.c
index 791be2763e51f8537381ead35e19b5da2c582405..b30abaa1f13cd14f2a019fd8aea862c43e1c4790 100644 (file)
@@ -273,6 +273,5 @@ void oggdec_filter_init(struct filter *f)
        f->close = ogg_close;
        f->pre_select = ogg_pre_select;
        f->new_post_select = ogg_post_select;
-       f->post_select = NULL;
        f->execute = oggdec_execute;
 }