]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Remove --no_default_filters option.
authorAndre Noll <maan@systemlinux.org>
Sun, 24 Jun 2012 17:26:16 +0000 (19:26 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 24 Jun 2012 17:26:26 +0000 (19:26 +0200)
This option was deprecated in paraslash-0.4.10 and can go away now.

audiod.c
ggo/audiod.m4

index d7765e21c4224d8ff2419f45521effb62cd50492..112f632de8c1f23cfdd893ae03fdb5c9e6a89d00 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -918,10 +918,6 @@ static int parse_filter_args(void)
 {
        int i, j, ret, af_mask;
 
 {
        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);
        for (i = 0; i < conf.filter_given; i++) {
                char *arg;
                ret = parse_stream_command(conf.filter_arg[i], &arg);
index 1bc5db14e5ec35bb6de27bed651ac66da76c2713..9aabd575b0519cc5f763219e135c3726c6e38611 100644 (file)
@@ -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."
 option "filter" f
 #~~~~~~~~~~~~~~~~
 "Specify the filter configuration."