diff options
author | Paul Gilbert | 2015-05-22 08:18:46 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-05-22 08:18:46 -0400 |
commit | 74814d20dc2a2ab86532ff66282302a488b9953c (patch) | |
tree | 3463a12fd73d42355ab8a8520c2bb0915aeea80f | |
parent | 0dc565641d444ef537f4a550c88fbd2c1af023f7 (diff) | |
download | scummvm-rg350-74814d20dc2a2ab86532ff66282302a488b9953c.tar.gz scummvm-rg350-74814d20dc2a2ab86532ff66282302a488b9953c.tar.bz2 scummvm-rg350-74814d20dc2a2ab86532ff66282302a488b9953c.zip |
SHERLOCK: Remove unused variable and field
-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" |