aboutsummaryrefslogtreecommitdiff
path: root/src/image.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2008-12-25 09:57:55 -0300
committerJorge Arellano Cid <jcid@dillo.org>2008-12-25 09:57:55 -0300
commit5486bedf18450ae4de413c4174a0175948c95c3e (patch)
tree2f7bcdd68df40a36e4f8f3f67c70ce108bf321df /src/image.hh
parenta821e0e87480e8b812ab5975c1031d5ee5eb2587 (diff)
Started code cleanup of the image code mainly in dicache.c. part#1
Diffstat (limited to 'src/image.hh')
-rw-r--r--src/image.hh1
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 */