From 328a525c02dfbd5859f9062e36fc2a20bc48a953 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 24 Dec 2013 19:00:12 +0100 Subject: [PATCH] TSAGE: Remove custom shouldQuit() as it's useless --- engines/tsage/tsage.cpp | 4 ---- engines/tsage/tsage.h | 1 - 2 files changed, 5 deletions(-) diff --git a/engines/tsage/tsage.cpp b/engines/tsage/tsage.cpp index 37e96c75e02..80e2116c543 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 0896580b046..e69fe0612a9 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();