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]
/
amp_filter.c
diff --git
a/amp_filter.c
b/amp_filter.c
index
78a70f9
..
186f87a
100644
(file)
--- a/
amp_filter.c
+++ b/
amp_filter.c
@@
-135,7
+135,6
@@
void amp_filter_init(struct filter *f)
f->close = amp_close;
f->pre_select = generic_filter_pre_select;
f->new_post_select = amp_post_select;
- f->post_select = NULL;
f->parse_config = amp_parse_config;
f->free_config = amp_free_config;
f->help = (struct ggo_help) {