diff options
-rw-r--r-- | engines/kyra/kyra.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/kyra.cpp b/engines/kyra/kyra.cpp index bc78e9c36a..f208d35238 100644 --- a/engines/kyra/kyra.cpp +++ b/engines/kyra/kyra.cpp @@ -756,8 +756,6 @@ void KyraEngine::delay(uint32 amount, bool update, bool isMainLoop) { case OSystem::EVENT_MOUSEMOVE: _mouseX = event.mouse.x; _mouseY = event.mouse.y; - // Unnecessary in the SDL backend, but perhaps - // needed in others. _system->updateScreen(); break; case OSystem::EVENT_QUIT: |