diff options
Diffstat (limited to 'common/system.cpp')
-rw-r--r-- | common/system.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/system.cpp b/common/system.cpp index e34aeb54d6..6be7775b05 100644 --- a/common/system.cpp +++ b/common/system.cpp @@ -109,10 +109,6 @@ void OSystem::fatalError() { exit(1); } -Common::TimerManager *OSystem::getTimerManager() { - return _timerManager; -} - Common::SaveFileManager *OSystem::getSavefileManager() { assert(_savefileManager); return _savefileManager; |