]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/deflate.h
Applied patch [ 1207531 ] Fix for wxCalendarCtrl being UNUSABLE with some languages
[wxWidgets.git] / src / zlib / deflate.h
index e31f66be5215fa449cc6f20a3af725a3bf73982e..410681d18a4abbb9148d95b3a2ba610aa354b963 100644 (file)
@@ -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 */