From 5486bedf18450ae4de413c4174a0175948c95c3e Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Thu, 25 Dec 2008 09:57:55 -0300 Subject: Started code cleanup of the image code mainly in dicache.c. part#1 --- src/image.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/image.hh') 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 */ -- cgit v1.2.3