diff options
Diffstat (limited to 'scummvm.cpp')
-rw-r--r-- | scummvm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scummvm.cpp b/scummvm.cpp index fe0eed7281..d9b9a8cae9 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -1262,7 +1262,6 @@ void Scumm::waitForTimer(int msec_delay) { for(;;) { while (_system->poll_event(&event)) { - // if newgui is running, copy event to EventList, and let the GUI handle it itself // we might consider this approach for ScummLoop as well, and clean up the current mess if (_newgui->isActive()) |