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]
/
spxdec_filter.c
diff --git
a/spxdec_filter.c
b/spxdec_filter.c
index
3bf547e
..
e9c6df1
100644
(file)
--- a/
spxdec_filter.c
+++ b/
spxdec_filter.c
@@
-305,6
+305,5
@@
void spxdec_filter_init(struct filter *f)
f->close = speexdec_close;
f->pre_select = generic_filter_pre_select;
f->new_post_select = speexdec_post_select;
- f->post_select = NULL;
f->execute = speexdec_execute;
}