From: Andre Noll <maan@systemlinux.org>
Date: Tue, 12 Jan 2010 07:14:19 +0000 (+0100)
Subject: filter.h: Kill some unused fields of struct filter_node.
X-Git-Tag: v0.4.2~131
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=0750c5dfa5404cdc6baef58cc1fc6b56fc2b5f43;p=paraslash.git

filter.h: Kill some unused fields of struct filter_node.
---

diff --git a/filter.h b/filter.h
index fa00a578..2c1fdac1 100644
--- a/filter.h
+++ b/filter.h
@@ -20,12 +20,6 @@ struct filter_node {
 	 * 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. */