[Scummvm-cvs-logs] scummvm master -> 328a525c02dfbd5859f9062e36fc2a20bc48a953

Strangerke Strangerke at scummvm.org
Tue Dec 24 19:00:46 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:
328a525c02 TSAGE: Remove custom shouldQuit() as it's useless


Commit: 328a525c02dfbd5859f9062e36fc2a20bc48a953
    https://github.com/scummvm/scummvm/commit/328a525c02dfbd5859f9062e36fc2a20bc48a953
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-12-24T10:00:12-08:00

Commit Message:
TSAGE: Remove custom shouldQuit() as it's useless

Changed paths:
    engines/tsage/tsage.cpp
    engines/tsage/tsage.h



diff --git a/engines/tsage/tsage.cpp b/engines/tsage/tsage.cpp
index 37e96c7..80e2116 100644
--- a/engines/tsage/tsage.cpp
+++ b/engines/tsage/tsage.cpp
@@ -177,8 +177,4 @@ void TSageEngine::syncSoundSettings() {
 	g_globals->_soundManager.syncSounds();
 }
 
-bool TSageEngine::shouldQuit() {
-	return getEventManager()->shouldQuit() || getEventManager()->shouldRTL();
-}
-
 } // End of namespace TsAGE
diff --git a/engines/tsage/tsage.h b/engines/tsage/tsage.h
index 0896580..e69fe06 100644
--- a/engines/tsage/tsage.h
+++ b/engines/tsage/tsage.h
@@ -83,7 +83,6 @@ public:
 	uint32 getGameID() const;
 	uint32 getFeatures() const;
 	Common::String getPrimaryFilename() const;
-	bool shouldQuit();
 
 	virtual Common::Error init();
 	virtual Common::Error run();






More information about the Scummvm-git-logs mailing list