projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sched: Kill old ->post_select variant.
[paraslash.git]
/
mp3dec_filter.c
diff --git
a/mp3dec_filter.c
b/mp3dec_filter.c
index
0e8c568
..
b6e6e36
100644
(file)
--- a/
mp3dec_filter.c
+++ b/
mp3dec_filter.c
@@
-220,7
+220,6
@@
void mp3dec_filter_init(struct filter *f)
f->free_config = mp3dec_free_config;
f->pre_select = generic_filter_pre_select;
f->new_post_select = mp3dec_post_select;
- f->post_select = NULL;
f->execute = mp3dec_execute;
f->help = (struct ggo_help) {
.short_help = mp3dec_filter_args_info_help,