summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/main_gui.c b/main_gui.c
index bd81a5269..c5ba8073c 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -2328,14 +2328,6 @@ static void MainWindowWndProc(Window *w, WindowEvent *e) {
DebugProc(e->keypress.keycode - ('0' | WKC_ALT));
#endif
break;
- case 'A' | WKC_CTRL:
- disable_computer^=1;
- ShowInfoF("Disable Computer: %s", disable_computer?"ON":"OFF");
- break;
- case 'B' | WKC_CTRL:
- _local_player^=1;
- ShowInfoF("Play as computer: %s", _local_player?"ON":"OFF");
- break;
// invoke autorail
case 'A':