aboutsummaryrefslogtreecommitdiff
path: root/common/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/engine.cpp')
-rw-r--r--common/engine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/engine.cpp b/common/engine.cpp
index d68b9e46da..f89793b14a 100644
--- a/common/engine.cpp
+++ b/common/engine.cpp
@@ -41,7 +41,6 @@ Engine::Engine(GameDetector *detector, OSystem *syst)
g_system = _system;
g_mixer = _mixer;
_timer = new Timer(this);
- _timer->init();
}
Engine::~Engine() {