diff options
Diffstat (limited to 'image')
-rw-r--r-- | image/codecs/cinepak.h | 1 |
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; |