]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Kill unused filter_node->fc.
authorAndre Noll <maan@systemlinux.org>
Tue, 12 Jan 2010 06:30:59 +0000 (07:30 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 12 Jan 2010 06:30:59 +0000 (07:30 +0100)
filter.h

index e7dc1ca632684b928236aa9d6a7e86317c626cdf..fa00a5780551374296c693a6df312f6f6c74f800 100644 (file)
--- 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.