diff options
author | Max Kellermann <max@duempel.org> | 2009-12-25 16:39:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-25 16:39:41 +0100 |
commit | d469c8137fc54e64b87c604c058d7d9b43246632 (patch) | |
tree | 093b1eafc1a08e9d3af6d467e4d0a5f03e71f9e5 | |
parent | c374a7d3f4bdd9764f6d38339d76459eaac98f60 (diff) | |
download | mpd-d469c8137fc54e64b87c604c058d7d9b43246632.tar.gz mpd-d469c8137fc54e64b87c604c058d7d9b43246632.tar.xz mpd-d469c8137fc54e64b87c604c058d7d9b43246632.zip |
filter_registry: removed the "chain" plugin from filter_plugins
This plugin cannot be configured.
-rw-r--r-- | src/filter_registry.c | 1 |
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, |