[Scummvm-cvs-logs] scummvm master -> 06f9a5265a5dd20c548f8ba3293099ce3df5edb9

Strangerke Strangerke at scummvm.org
Sat Nov 9 23:55:02 CET 2013


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:
06f9a5265a DREAMWEB: Remove dead function enableSavingOrLoading() (which fixes CID 1003402)


Commit: 06f9a5265a5dd20c548f8ba3293099ce3df5edb9
    https://github.com/scummvm/scummvm/commit/06f9a5265a5dd20c548f8ba3293099ce3df5edb9
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-09T14:54:09-08:00

Commit Message:
DREAMWEB: Remove dead function enableSavingOrLoading() (which fixes CID 1003402)

Changed paths:
    engines/dreamweb/dreamweb.h



diff --git a/engines/dreamweb/dreamweb.h b/engines/dreamweb/dreamweb.h
index 5746568..010f388 100644
--- a/engines/dreamweb/dreamweb.h
+++ b/engines/dreamweb/dreamweb.h
@@ -144,8 +144,6 @@ public:
 
 	bool loadSpeech(const Common::String &filename);
 
-	void enableSavingOrLoading(bool enable = true) { _enableSavingOrLoading = enable; }
-
 	Common::Language getLanguage() const;
 	uint8 modifyChar(uint8 c) const;
 	Common::String modifyFileName(const char *);
@@ -171,7 +169,6 @@ private:
 	uint _speed;
 	bool _turbo;
 	uint _oldMouseState;
-	bool _enableSavingOrLoading;
 
 protected:
 	GameVars _vars; // saved variables






More information about the Scummvm-git-logs mailing list