diff options
-rw-r--r-- | gob/gob.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gob/gob.cpp b/gob/gob.cpp index 1f0f75aac8..8d1eee6afc 100644 --- a/gob/gob.cpp +++ b/gob/gob.cpp @@ -103,8 +103,6 @@ int GobEngine::init(GameDetector &detector) { } int GobEngine::go() { - int msec = 0; - for (;;) { OSystem::Event event; while (g_system->pollEvent(event)) { |