summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index 3a725720..ae8d6912 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -3473,15 +3473,6 @@ static void process_command(void)
break;
}
-#ifdef ALLOW_QUITTING
-
- case KTRL('L'):
- {
- quit("CHEATER");
- break;
- }
-
-#endif
/*** Wizard Commands ***/