summaryrefslogtreecommitdiff
path: root/src/wizard2.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-27 21:57:37 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-27 21:57:37 +0200
commitdef21e40a42a6e7dc949e9748de61f6bc0561216 (patch)
treee595ec4886cc284f161ef64e94c33fb5d1b4d8c5 /src/wizard2.c
parenta76f713c5a5e164a1c78af296fc4b9afa74fb22b (diff)
Remove MONSTER_HORDES preprocessor define
Diffstat (limited to 'src/wizard2.c')
-rw-r--r--src/wizard2.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wizard2.c b/src/wizard2.c
index f6ce41af..2a372bcd 100644
--- a/src/wizard2.c
+++ b/src/wizard2.c
@@ -184,8 +184,6 @@ static void wiz_create_named_art()
msg_print("Allocated.");
}
-#ifdef MONSTER_HORDES
-
/* Summon a horde of monsters */
static void do_cmd_summon_horde()
{
@@ -201,8 +199,6 @@ static void do_cmd_summon_horde()
(void)alloc_horde(wy, wx);
}
-#endif /* MONSTER_HORDES */
-
/*
* Output a long int in binary format.
@@ -1706,10 +1702,8 @@ void do_cmd_debug(void)
case 'h':
do_cmd_rerate(); break;
-#ifdef MONSTER_HORDES
case 'H':
do_cmd_summon_horde(); break;
-#endif /* MONSTER_HORDES */
/* Identify */
case 'i':