From: Andre Noll Date: Sun, 24 Jun 2012 17:26:16 +0000 (+0200) Subject: Remove --no_default_filters option. X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b1bf3612a6a5f0381fe6c12b96c73d1bbcbe7d56 Remove --no_default_filters option. This option was deprecated in paraslash-0.4.10 and can go away now. --- diff --git a/audiod.c b/audiod.c index d7765e21..112f632d 100644 --- a/audiod.c +++ b/audiod.c @@ -918,10 +918,6 @@ static int parse_filter_args(void) { int i, j, ret, af_mask; - if (conf.no_default_filters_given) { - PARA_WARNING_LOG("--no_default_filters is deprecated\n"); - PARA_WARNING_LOG("It has no effect and will be removed soon\n"); - } for (i = 0; i < conf.filter_given; i++) { char *arg; ret = parse_stream_command(conf.filter_arg[i], &arg); diff --git a/ggo/audiod.m4 b/ggo/audiod.m4 index 1bc5db14..9aabd575 100644 --- a/ggo/audiod.m4 +++ b/ggo/audiod.m4 @@ -142,15 +142,6 @@ details=" " -option "no_default_filters" D -#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -"deprecated" -flag off -details = " - This option is was deprecated in paraslash-0.4.10 and has no - effect any more. It will be removed in the next version. -" - option "filter" f #~~~~~~~~~~~~~~~~ "Specify the filter configuration."