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

This commit is contained in:
Strangerke 2013-12-24 19:00:12 +01:00
parent 286613183c
commit 328a525c02
2 changed files with 0 additions and 5 deletions

View File

@ -177,8 +177,4 @@ void TSageEngine::syncSoundSettings() {
g_globals->_soundManager.syncSounds();
}
bool TSageEngine::shouldQuit() {
return getEventManager()->shouldQuit() || getEventManager()->shouldRTL();
}
} // End of namespace TsAGE

View File

@ -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();