aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock
diff options
context:
space:
mode:
authorMartin Kiewitz2015-10-07 23:11:18 +0200
committerMartin Kiewitz2015-10-07 23:11:18 +0200
commitdd297c302b3857a81af4b6662e903c6d58c17b0b (patch)
tree1c16b4fb4941641c5f91abc803da1475cbdf9994 /engines/sherlock
parentd5ef626490f52348997a2c25592b91ce2343e289 (diff)
downloadscummvm-rg350-dd297c302b3857a81af4b6662e903c6d58c17b0b.tar.gz
scummvm-rg350-dd297c302b3857a81af4b6662e903c6d58c17b0b.tar.bz2
scummvm-rg350-dd297c302b3857a81af4b6662e903c6d58c17b0b.zip
SHERLOCK: SS: remove PRESS_KEY_xx from header file
was changed to fixed text class today
Diffstat (limited to 'engines/sherlock')
-rw-r--r--engines/sherlock/scalpel/scalpel_user_interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sherlock/scalpel/scalpel_user_interface.h b/engines/sherlock/scalpel/scalpel_user_interface.h
index d88e607c2a..8c2f3f9e3b 100644
--- a/engines/sherlock/scalpel/scalpel_user_interface.h
+++ b/engines/sherlock/scalpel/scalpel_user_interface.h
@@ -39,8 +39,6 @@ extern const int MENU_POINTS[12][4];
extern const int INVENTORY_POINTS[8][3];
extern const char INVENTORY_COMMANDS[9];
-extern const char *const PRESS_KEY_FOR_MORE;
-extern const char *const PRESS_KEY_TO_CONTINUE;
class Settings;