]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - wav_filter.c
web: Combine the two .css files.
[paraslash.git] / wav_filter.c
index ccf923e97f160f8cadff6ddd3040468b37a5d145..83b81fb2d5b4b9303feb1600cb808fe52accfa51 100644 (file)
@@ -131,6 +131,5 @@ void wav_filter_init(struct filter *f)
        f->close = wav_close;
        f->open = wav_open;
        f->pre_select = wav_pre_select;
-       f->new_post_select = wav_post_select;
-       f->post_select = NULL;
+       f->post_select = wav_post_select;
 }