aboutsummaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
authorMax Horn2015-07-19 17:09:43 +0200
committerMax Horn2015-07-19 17:13:18 +0200
commit856475067a0f78449db213afb79390e8fb7c095d (patch)
tree1db416f2bc8dab8f25b5e6ed92a760bceaf5a36f /image
parentac2c01880e7b61a1c21b660ef8ce9afc3a21e3c6 (diff)
downloadscummvm-rg350-856475067a0f78449db213afb79390e8fb7c095d.tar.gz
scummvm-rg350-856475067a0f78449db213afb79390e8fb7c095d.tar.bz2
scummvm-rg350-856475067a0f78449db213afb79390e8fb7c095d.zip
MISC: Remove some unused private member variables
Diffstat (limited to 'image')
-rw-r--r--image/codecs/cinepak.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/codecs/cinepak.h b/image/codecs/cinepak.h
index 3ca8f515d2..4efb1191cc 100644
--- a/image/codecs/cinepak.h
+++ b/image/codecs/cinepak.h
@@ -91,7 +91,6 @@ private:
byte *_ditherPalette;
bool _dirtyPalette;
- byte *_rgbLookup;
byte *_colorMap;
DitherType _ditherType;