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 faec2b07..4c4b93d6 100644 --- a/src/dicache.h +++ b/src/dicache.h @@ -27,7 +27,6 @@ struct _DICacheEntry { uint_t width, height; /* As taken from image data */ DilloImgType type; /* Image type */ uchar_t *cmap; /* Color map */ - uchar_t *linebuf; /* Decompressed RGB buffer for one line */ void *v_imgbuf; /* Void pointer to an Imgbuf object */ uint_t TotalSize; /* Amount of memory the image takes up */ int Y; /* Current decoding row */ |