From def21e40a42a6e7dc949e9748de61f6bc0561216 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 27 Jun 2012 21:57:37 +0200 Subject: Remove MONSTER_HORDES preprocessor define --- src/wizard2.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/wizard2.c') 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': -- cgit v1.2.1