summaryrefslogtreecommitdiff
path: root/src/image.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.hh')
-rw-r--r--src/image.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/image.hh b/src/image.hh
index d4525ba2..7bc07ed6 100644
--- a/src/image.hh
+++ b/src/image.hh
@@ -38,10 +38,7 @@ struct _DilloImage {
uint_t width;
uint_t height;
- const uchar_t *cmap; /* Color map (only for indexed) */
- DilloImgType in_type; /* Image Type */
int32_t bg_color; /* Background color */
-
bitvec_t *BitVec; /* Bit vector for decoded rows */
uint_t ScanNumber; /* Current decoding scan */
ImageState State; /* Processing status */