From 1ea8e176b77d9966bf5193566738a20e0f30b3a8 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 12 Jan 2010 07:30:59 +0100 Subject: [PATCH] Kill unused filter_node->fc. --- filter.h | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.39.2