diff options
-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) { |