From 05ba90b7e79d17660e6103cf5d5a43eb5760e349 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 25 Jun 2015 08:28:49 -0400 Subject: SHERLOCK: RT: Implemented shaded background for dialogs --- engines/sherlock/tattoo/tattoo_user_interface.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h') diff --git a/engines/sherlock/tattoo/tattoo_user_interface.h b/engines/sherlock/tattoo/tattoo_user_interface.h index f612696295..5b623e74ba 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.h +++ b/engines/sherlock/tattoo/tattoo_user_interface.h @@ -43,7 +43,6 @@ class WidgetBase; class TattooUserInterface : public UserInterface { friend class WidgetBase; private: - Common::Array _grayAreas; int _lockoutTimer; SaveMode _fileMode; int _exitZone; @@ -57,11 +56,6 @@ private: byte _lookupTable[PALETTE_COUNT]; byte _lookupTable1[PALETTE_COUNT]; private: - /** - * Draws designated areas of the screen that are meant to be grayed out using grayscale colors - */ - void drawGrayAreas(); - /** * Handle any input when we're in standard mode (with no windows open) */ -- cgit v1.2.3