diff options
Diffstat (limited to 'src/image.hh')
-rw-r--r-- | src/image.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.hh b/src/image.hh index 73b0e5e7..ce906c74 100644 --- a/src/image.hh +++ b/src/image.hh @@ -42,7 +42,6 @@ struct _DilloImage { DilloImgType in_type; /* Image Type */ int32_t bg_color; /* Background color */ - int ProcessedBytes; /* Amount of bytes already decoded */ bitvec_t *BitVec; /* Bit vector for decoded rows */ uint_t ScanNumber; /* Current decoding scan */ ImageState State; /* Processing status */ |