aboutsummaryrefslogtreecommitdiff
path: root/src/image.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2008-12-25 10:04:24 -0300
committerJorge Arellano Cid <jcid@dillo.org>2008-12-25 10:04:24 -0300
commitc3aeca579c61983bc96d0177806fc48c28c8b825 (patch)
tree2974e8f5a42627d2b6d190fe3c76f8e2e8e0c57e /src/image.hh
parent022e339b4417b119cc75fcb2cef057bfce41f8e8 (diff)
parent5486bedf18450ae4de413c4174a0175948c95c3e (diff)
merge
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 */