X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51dbdf871051cbd602ef181405caf77203cc6252..cc9a39576ab6edb139c9bb77d01f4118853e04d2:/src/zlib/deflate.h diff --git a/src/zlib/deflate.h b/src/zlib/deflate.h index e31f66be52..410681d18a 100644 --- a/src/zlib/deflate.h +++ b/src/zlib/deflate.h @@ -95,7 +95,6 @@ typedef struct internal_state { Bytef *pending_out; /* next pending byte to output to the stream */ int pending; /* nb of bytes in the pending buffer */ int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ - Byte data_type; /* UNKNOWN, BINARY or ASCII */ Byte method; /* STORED (for zip only) or DEFLATED */ int last_flush; /* value of flush param for previous deflate call */