From 0750c5dfa5404cdc6baef58cc1fc6b56fc2b5f43 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 12 Jan 2010 08:14:19 +0100 Subject: [PATCH] filter.h: Kill some unused fields of struct filter_node. --- filter.h | 6 ------ 1 file changed, 6 deletions(-) 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. */ -- 2.39.5