From 44d8eaf71c91e4d63e6290c39f9d4531287a8971 Mon Sep 17 00:00:00 2001 From: athrxx Date: Fri, 20 Dec 2019 15:43:45 +0100 Subject: KYRA: (EOB/PC98) - remove unused variable --- engines/kyra/graphics/screen_eob.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/graphics/screen_eob.h') diff --git a/engines/kyra/graphics/screen_eob.h b/engines/kyra/graphics/screen_eob.h index 6927ff7cce..8d9080e244 100644 --- a/engines/kyra/graphics/screen_eob.h +++ b/engines/kyra/graphics/screen_eob.h @@ -278,7 +278,7 @@ private: */ class SJISFontEoB1PC98 : public SJISFont { public: - SJISFontEoB1PC98(Common::SharedPtr &font, uint8 shadowColor, const uint16 *convTable1, const uint16 *convTable2); + SJISFontEoB1PC98(Common::SharedPtr &font, /*uint8 shadowColor,*/ const uint16 *convTable1, const uint16 *convTable2); virtual ~SJISFontEoB1PC98() {} virtual int getCharWidth(uint16 c) const; virtual void drawChar(uint16 c, byte *dst, int pitch, int) const; @@ -287,7 +287,7 @@ private: uint16 convert(uint16 c) const; const uint16 *_convTable1, *_convTable2; bool _defaultConv; - uint8 _shadowColor; + /*uint8 _shadowColor;*/ }; /** -- cgit v1.2.3