From 898a112f2620bb7ea9d52763efb8755c49ff59e4 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Mon, 29 Dec 2008 12:36:52 -0300 Subject: imported patch dicache-cleanup3 --- src/dicache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dicache.h') 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 */ -- cgit v1.2.3