]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 't/remove_no_default_filters'
authorAndre Noll <maan@systemlinux.org>
Sat, 5 May 2012 10:50:37 +0000 (12:50 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 5 May 2012 10:54:07 +0000 (12:54 +0200)
We have printed a warning for several month if this option was
still used. This should be enough.

1  2 
NEWS
audiod.c

diff --combined NEWS
index dfe779eed74299064a1f0648b364781244a2ccda,4863abe4ddf4db3403067c0c8bd1d329020950e6..0ac2240effe91e4294c8ec901fe18f9c143e42d3
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,8 -1,7 +1,11 @@@
  -------------------------------------------
--0.4.11 (to be announced "mutual diversity")
++0.4.11 (to be announced) "mutual diversity"
  -------------------------------------------
  
++      - The --no_default_filters option of para_filter has been
++        removed.
 +      - Documentation improvements.
++
  ------------------------------------------
  0.4.10 (2012-03-30) "heterogeneous vacuum"
  ------------------------------------------
@@@ -14,7 -13,7 +17,7 @@@ improvements and the usual mix of clean
          deprecated. It still works but has no effect and will be
          removed in the next version.
        - para_gui now prints also the stderr output of the executing
--         command in the bottom window.
++        command in the bottom window.
        - Cleanup and consolidation of the various wrappers for
          write(), writev(), send() and friends.
        - The obscure error messages on mmap() failures have been
diff --combined audiod.c
index 8e117e9277e7480cb92bd3e33ff9fe5fbd925b0f,112f632de8c1f23cfdd893ae03fdb5c9e6a89d00..aefac612b480af2d6f1c857b5225f3d042b68ff4
+++ b/audiod.c
@@@ -77,12 -77,6 +77,12 @@@ enum vss_status_flags 
        VSS_STATUS_FLAG_PLAYING = 2,
  };
  
 +/**
 + * The scheduler instance of para_audiod.
 + *
 + * This is needed also in audiod_command.c (for the tasks command), so it can
 + * not be made static.
 + */
  struct sched sched = {.max_fileno = 0};
  
  /**
@@@ -924,10 -918,6 +924,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);