diff options
-rw-r--r-- | engines/sherlock/scene.h | 1 | ||||
-rw-r--r-- | engines/sherlock/settings.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h index 243aba20f8..5ce3702ad1 100644 --- a/engines/sherlock/scene.h +++ b/engines/sherlock/scene.h @@ -110,7 +110,6 @@ class Scene { private: SherlockEngine *_vm; Common::String _rrmName; - int _selector; bool _lookHelp; bool _loadingSavedGame; diff --git a/engines/sherlock/settings.cpp b/engines/sherlock/settings.cpp index b26acde615..44735d9c82 100644 --- a/engines/sherlock/settings.cpp +++ b/engines/sherlock/settings.cpp @@ -44,7 +44,6 @@ static const char *const SETUP_STRS0[2] = { "off", "on" }; static const char *const SETUP_STRS1[2] = { "Directly", "by Pixel" }; static const char *const SETUP_STRS2[2] = { "Left", "Right" }; static const char *const SETUP_STRS3[2] = { "Appear", "Slide" }; -static const char *const SETUP_STRS4[2] = { "Slow", "Fast" }; static const char *const SETUP_STRS5[2] = { "Left", "Right" }; static const char *const SETUP_NAMES[12] = { "Exit", "M", "V", "S", "B", "New Font Style", "J", "Calibrate Joystick", "F", "W", "P", "K" |