From: Andre Noll Date: Tue, 12 Jan 2010 06:30:59 +0000 (+0100) Subject: Kill unused filter_node->fc. X-Git-Tag: v0.4.2~134 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1ea8e176b77d9966bf5193566738a20e0f30b3a8;hp=e35be295c787fae6e79d35a18a70e988a982b3df Kill unused filter_node->fc. --- 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.