diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-29 12:36:52 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-29 12:36:52 -0300 |
commit | 898a112f2620bb7ea9d52763efb8755c49ff59e4 (patch) | |
tree | af64a114cac30151dca58e577b8f08833424d4a1 /src/dicache.h | |
parent | 518b3517461eb9b298b515cc505b96c09cdd4b4a (diff) |
imported patch dicache-cleanup3
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 */ |