aboutsummaryrefslogtreecommitdiff
path: root/queen/input.cpp
diff options
context:
space:
mode:
authorMax Horn2004-11-20 23:49:11 +0000
committerMax Horn2004-11-20 23:49:11 +0000
commitfa97d4ad897452e0ee2d975c4bf4dda45737e4c3 (patch)
tree1f7d1789c69003b7210936f3c3749d4cf4d7cccf /queen/input.cpp
parent5d9b35510d7d6aad9408e12aaebed2a79e3ed826 (diff)
downloadscummvm-rg350-fa97d4ad897452e0ee2d975c4bf4dda45737e4c3.tar.gz
scummvm-rg350-fa97d4ad897452e0ee2d975c4bf4dda45737e4c3.tar.bz2
scummvm-rg350-fa97d4ad897452e0ee2d975c4bf4dda45737e4c3.zip
Removing walkthrough stuff again (talked to aquadran about this, he had no objections)
svn-id: r15849
Diffstat (limited to 'queen/input.cpp')
-rw-r--r--queen/input.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/queen/input.cpp b/queen/input.cpp
index 23d174efb7..47bf92737d 100644
--- a/queen/input.cpp
+++ b/queen/input.cpp
@@ -104,8 +104,6 @@ void Input::delay(uint amount) {
_debugger = true;
} else if (event.kbd.keycode == 'f') {
_fastMode = !_fastMode;
- } else if (event.kbd.keycode == 'w') {
-// _walkthroughDialog->runModal(); // FIXME
}
} else {
_inKey = event.kbd.keycode;