aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter_registry.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-25 16:39:41 +0100
committerMax Kellermann <max@duempel.org>2009-12-25 16:39:41 +0100
commitd469c8137fc54e64b87c604c058d7d9b43246632 (patch)
tree093b1eafc1a08e9d3af6d467e4d0a5f03e71f9e5 /src/filter_registry.c
parentc374a7d3f4bdd9764f6d38339d76459eaac98f60 (diff)
downloadmpd-d469c8137fc54e64b87c604c058d7d9b43246632.tar.gz
mpd-d469c8137fc54e64b87c604c058d7d9b43246632.tar.xz
mpd-d469c8137fc54e64b87c604c058d7d9b43246632.zip
filter_registry: removed the "chain" plugin from filter_plugins
This plugin cannot be configured.
Diffstat (limited to 'src/filter_registry.c')
-rw-r--r--src/filter_registry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filter_registry.c b/src/filter_registry.c
index e428e1cdc..5ad8053b7 100644
--- a/src/filter_registry.c
+++ b/src/filter_registry.c
@@ -26,7 +26,6 @@
const struct filter_plugin *const filter_plugins[] = {
&null_filter_plugin,
- &chain_filter_plugin,
&route_filter_plugin,
&normalize_filter_plugin,
&volume_filter_plugin,