fecdec_filter: Avoid potentially expensive pointer subtraction.
[paraslash.git] / compress_filter.c
index 658983915fa7849e647d044646f202b3b095fbd9..f853b6335d5a9fd9744f86343dd22df6184e6ca1 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2005-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -129,8 +129,6 @@ void compress_filter_init(struct filter *f)
        f->convert = compress;
        f->parse_config = compress_parse_config;
        f->help = (struct ggo_help) {
        f->convert = compress;
        f->parse_config = compress_parse_config;
        f->help = (struct ggo_help) {
-               .purpose = compress_filter_args_info_purpose,
-               .usage = compress_filter_args_info_usage,
                .short_help = compress_filter_args_info_help,
                .detailed_help = compress_filter_args_info_detailed_help
        };
                .short_help = compress_filter_args_info_help,
                .detailed_help = compress_filter_args_info_detailed_help
        };