From 856475067a0f78449db213afb79390e8fb7c095d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 19 Jul 2015 17:09:43 +0200 Subject: MISC: Remove some unused private member variables --- image/codecs/cinepak.h | 1 - 1 file changed, 1 deletion(-) (limited to 'image') 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; -- cgit v1.2.3