From: Andre Noll <maan@systemlinux.org>
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: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=1ea8e176b77d9966bf5193566738a20e0f30b3a8;p=paraslash.git

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.