diff options
author | Max Kellermann <max@duempel.org> | 2013-10-19 16:23:40 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-19 16:23:40 +0200 |
commit | 966c54bef570d1f42b7b4990f75391c47e20bdf2 (patch) | |
tree | 0fe84a0c3b3ce5b726af0f081fe0e80fbdc90bac /src | |
parent | efcd9dfc35db504f403460796f1045977170fe90 (diff) | |
download | mpd-966c54bef570d1f42b7b4990f75391c47e20bdf2.tar.gz mpd-966c54bef570d1f42b7b4990f75391c47e20bdf2.tar.xz mpd-966c54bef570d1f42b7b4990f75391c47e20bdf2.zip |
FilterConfig: eliminate duplicate API documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/FilterConfig.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/FilterConfig.cxx b/src/FilterConfig.cxx index b9f6fe20f..dec75766c 100644 --- a/src/FilterConfig.cxx +++ b/src/FilterConfig.cxx @@ -64,15 +64,6 @@ filter_plugin_config(const char *filter_template_name, Error &error) return NULL; } -/** - * Builds a filter chain from a configuration string on the form - * "name1, name2, name3, ..." by looking up each name among the - * configured filter sections. - * @param chain the chain to append filters on - * @param spec the filter chain specification - * @param error space to return an error description - * @return the number of filters which were successfully added - */ unsigned int filter_chain_parse(Filter &chain, const char *spec, Error &error) { |