summaryrefslogtreecommitdiff
path: root/src/dicache.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-31 17:56:09 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-31 17:56:09 -0300
commit3d9d0faeb95ee9cf09ea43a4331ccb128dd0e827 (patch)
treeb5c114e10b59998752dd7bc4cfb1d02eb95082d4 /src/dicache.h
parentca2f9e3d6d9a969e83f826f88e68f353134d5916 (diff)
Removed an unused variable in DicEntry structure
Diffstat (limited to 'src/dicache.h')
-rw-r--r--src/dicache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dicache.h b/src/dicache.h
index 70e5d9de..ae8b2f37 100644
--- a/src/dicache.h
+++ b/src/dicache.h
@@ -33,7 +33,6 @@ struct _DICacheEntry {
uchar_t *cmap; /* Color map */
void *v_imgbuf; /* Void pointer to an Imgbuf object */
uint_t TotalSize; /* Amount of memory the image takes up */
- int Y; /* Current decoding row */
uint_t ScanNumber; /* Current decoding scan */
bitvec_t *BitVec; /* Bit vector for decoded rows */
DicEntryState State; /* Current status for this entry */