aboutsummaryrefslogtreecommitdiff
path: root/scumm/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/input.cpp')
-rw-r--r--scumm/input.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/input.cpp b/scumm/input.cpp
index 100e5813f0..ed809142d7 100644
--- a/scumm/input.cpp
+++ b/scumm/input.cpp
@@ -65,8 +65,6 @@ void ScummEngine::parseEvents() {
_debugger->attach();
else if (event.kbd.keycode == 's')
resourceStats();
- else if (event.kbd.keycode == 'w')
- _walkthroughDialog->runModal();
else
_keyPressed = event.kbd.ascii; // Normal key press, pass on to the game.
} else if (event.kbd.flags & OSystem::KBD_ALT) {