filter.h: Kill some unused fields of struct filter_node.
[paraslash.git] / filter.h
index fa00a5780551374296c693a6df312f6f6c74f800..2c1fdac1191516587502833434605fb97bb20339 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -20,12 +20,6 @@ struct filter_node {
         * instance of the filter here.
         */
        void *private_data;
         * 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. */
        /** The list of registered callbacks. */
        struct list_head callbacks;
        /** A pointer to the configuration of this instance. */