summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index 53371beb..b94ae68e 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -3287,13 +3287,9 @@ static void process_command(void)
{
char error_m[80];
-#ifdef ALLOW_REPEAT /* TNB */
-
/* Handle repeating the last command */
repeat_check();
-#endif /* ALLOW_REPEAT -- TNB */
-
/* Process the appropriate hooks */
if (process_hooks(HOOK_KEYPRESS, "(d)", command_cmd)) return;