[Scummvm-cvs-logs] scummvm master -> 74814d20dc2a2ab86532ff66282302a488b9953c

dreammaster dreammaster at scummvm.org
Fri May 22 14:19:48 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
74814d20dc SHERLOCK: Remove unused variable and field


Commit: 74814d20dc2a2ab86532ff66282302a488b9953c
    https://github.com/scummvm/scummvm/commit/74814d20dc2a2ab86532ff66282302a488b9953c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-05-22T08:18:46-04:00

Commit Message:
SHERLOCK: Remove unused variable and field

Changed paths:
    engines/sherlock/scene.h
    engines/sherlock/settings.cpp



diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h
index 243aba2..5ce3702 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 b26acde..44735d9 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"






More information about the Scummvm-git-logs mailing list