]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
filter.h: Kill some unused fields of struct filter_node.
[paraslash.git] / filter.h
index e7dc1ca632684b928236aa9d6a7e86317c626cdf..2c1fdac1191516587502833434605fb97bb20339 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -15,19 +15,11 @@ 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.
         */
        void *private_data;
-       /** The output buffer. */
-       char *buf;
-       /** The size of the output buffer. */
-       size_t bufsize;
-       /** The number of bytes currently loaded in \a buf. */
-       size_t loaded;
        /** The list of registered callbacks. */
        struct list_head callbacks;
        /** A pointer to the configuration of this instance. */