diff options
-rw-r--r-- | simon/simon.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index c4a38eb2bc..49306c9b98 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -4793,10 +4793,6 @@ void SimonEngine::delay(uint amount) { while (_system->poll_event(&event)) { switch (event.event_code) { case OSystem::EVENT_KEYDOWN: - // First attempt at quick load/save keys support - // For some reason Simon often walks into a location when loading - // and sometimes Simon isn't shown until he is moved. - if (event.kbd.keycode >= '0' && event.kbd.keycode<='9' && (event.kbd.flags == OSystem::KBD_ALT || event.kbd.flags == OSystem::KBD_CTRL)) { |