From 5d0ac7d57c9d2a805449e3ab5ba080ba94d22f5e Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 15 Mar 2006 15:35:52 +0000 Subject: On second thought, that comment is probably not necessary. svn-id: r21315 --- engines/kyra/kyra.cpp | 2 -- 1 file changed, 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: -- cgit v1.2.3