X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=amp_filter.c;h=a88719e33544b4a08e3d74862ee54cf13cae3d19;hp=f6e22059e3f2432a2c1c69751415e789569b4fe7;hb=ebe54cf6ee1b9c5daf7837cb618c299a5b5187e0;hpb=6442f07bb08eb6e557086587f997b1785ea18ef7 diff --git a/amp_filter.c b/amp_filter.c index f6e22059..a88719e3 100644 --- a/amp_filter.c +++ b/amp_filter.c @@ -101,8 +101,6 @@ void amp_filter_init(struct filter *f) f->convert = amp_convert; f->parse_config = amp_parse_config; f->help = (struct ggo_help) { - .purpose = amp_filter_args_info_purpose, - .usage = amp_filter_args_info_usage, .short_help = amp_filter_args_info_help, .detailed_help = amp_filter_args_info_detailed_help };