This option was deprecated in paraslash-0.4.10 and can go away now.
{
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);
"
-option "no_default_filters" D
-#~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-"deprecated"
-flag off
-details = "
- This option is was deprecated in paraslash-0.4.10 and has no
- effect any more. It will be removed in the next version.
-"
-
option "filter" f
#~~~~~~~~~~~~~~~~
"Specify the filter configuration."