]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
filter: Remove allocation of filter buffers.
[paraslash.git] / 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.