diff options
Diffstat (limited to 'src/dicache.h')
-rw-r--r-- | src/dicache.h | 1 |
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 */ |