mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
TSAGE: Remove custom shouldQuit() as it's useless
This commit is contained in:
parent
286613183c
commit
328a525c02
@ -177,8 +177,4 @@ void TSageEngine::syncSoundSettings() {
|
||||
g_globals->_soundManager.syncSounds();
|
||||
}
|
||||
|
||||
bool TSageEngine::shouldQuit() {
|
||||
return getEventManager()->shouldQuit() || getEventManager()->shouldRTL();
|
||||
}
|
||||
|
||||
} // End of namespace TsAGE
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user