filter: Move the proplist defines into the central place and document them.

This commit is contained in:
Colin Guthrie 2011-04-20 09:25:31 +01:00
parent c376ac5920
commit e727068956
3 changed files with 6 additions and 6 deletions

View file

@ -36,9 +36,6 @@
#include "module-filter-apply-symdef.h"
#define PA_PROP_FILTER_WANT "filter.want"
#define PA_PROP_FILTER_SUPPRESS "filter.suppress"
PA_MODULE_AUTHOR("Colin Guthrie");
PA_MODULE_DESCRIPTION("Load filter sinks automatically when needed");

View file

@ -33,9 +33,6 @@
#include "module-filter-heuristics-symdef.h"
#define PA_PROP_FILTER_WANT "filter.want"
#define PA_PROP_FILTER_SUPPRESS "filter.suppress"
PA_MODULE_AUTHOR("Colin Guthrie");
PA_MODULE_DESCRIPTION("Detect when various filters are desirable");