aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-25 08:28:49 -0400
committerPaul Gilbert2015-06-25 08:28:49 -0400
commit05ba90b7e79d17660e6103cf5d5a43eb5760e349 (patch)
treee7fb7dfd2a607cd021cd83dc933e194f363e2a10 /engines/sherlock/tattoo/tattoo_user_interface.h
parent7f57db2a26cb5192c3e010afb5d48f670353a524 (diff)
downloadscummvm-rg350-05ba90b7e79d17660e6103cf5d5a43eb5760e349.tar.gz
scummvm-rg350-05ba90b7e79d17660e6103cf5d5a43eb5760e349.tar.bz2
scummvm-rg350-05ba90b7e79d17660e6103cf5d5a43eb5760e349.zip
SHERLOCK: RT: Implemented shaded background for dialogs
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.h6
1 files changed, 0 insertions, 6 deletions
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<Common::Rect> _grayAreas;
int _lockoutTimer;
SaveMode _fileMode;
int _exitZone;
@@ -58,11 +57,6 @@ private:
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)
*/
void doStandardControl();