aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.h b/engines/sherlock/tattoo/tattoo_user_interface.h
index 527f326498..6d8ce76a32 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.h
+++ b/engines/sherlock/tattoo/tattoo_user_interface.h
@@ -72,11 +72,6 @@ private:
void doFileControl();
/**
- * Handle input if an inventory command (INVENT, LOOK, or USE) has an open window and is active
- */
- void doInventoryControl();
-
- /**
* Handle input while the verb menu is open
*/
void doVerbControl();
@@ -128,6 +123,7 @@ public:
int _maskCounter;
ImageFile *_interfaceImages;
WidgetText _textWidget;
+ Common::String _action;
public:
TattooUserInterface(SherlockEngine *vm);
virtual ~TattooUserInterface();