X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=fa00a5780551374296c693a6df312f6f6c74f800;hp=e7dc1ca632684b928236aa9d6a7e86317c626cdf;hb=1ea8e176b77d9966bf5193566738a20e0f30b3a8;hpb=e35be295c787fae6e79d35a18a70e988a982b3df diff --git a/filter.h b/filter.h index e7dc1ca6..fa00a578 100644 --- a/filter.h +++ b/filter.h @@ -15,8 +15,6 @@ enum filter_enum {FILTER_ENUM}; struct filter_node { /** The number in the array of available filters. */ unsigned filter_num; - /** The filter chain this filter node belongs to. */ - struct filter_chain *fc; /** * Each filter may store any filter-specific information about the particular * instance of the filter here.