X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.c;h=8d1abb99b4f9cf47e329fa74c3186b7e47030de8;hp=7c79fd50a403423621ece3f10f335925642690bc;hb=e9e6150fdba1687366956d358cc30ad9b0552523;hpb=6442f07bb08eb6e557086587f997b1785ea18ef7 diff --git a/oggdec_filter.c b/oggdec_filter.c index 7c79fd50..8d1abb99 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2008 Andre Noll + * Copyright (C) 2005-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -204,8 +204,6 @@ void oggdec_filter_init(struct filter *f) f->convert = ogg_convert; f->parse_config = oggdec_parse_config; f->help = (struct ggo_help) { - .purpose = oggdec_filter_args_info_purpose, - .usage = oggdec_filter_args_info_usage, .short_help = oggdec_filter_args_info_help, .detailed_help = oggdec_filter_args_info_detailed_help };