X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=filter.h;h=5cb7aaf83622629ec8184f17b44174b011aed4dd;hb=b0ab39b0d25bd4cd13afd33a72026b78f9e2f660;hp=693579bd6698e1db74143e5d0ccbd881004a2252;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde;p=paraslash.git diff --git a/filter.h b/filter.h index 693579bd..5cb7aaf8 100644 --- a/filter.h +++ b/filter.h @@ -40,8 +40,6 @@ struct filter_chain { size_t *in_loaded; /** Contains the number of bytes loaded in the output buffer. */ size_t *out_loaded; - /** Non-zero if this filter wont' produce any more output. */ - int error; /** Pointer to the error variable of the receiving application. */ int *input_error; /** Pointer to the error variable of the writing application. */