summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_mons.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-09 16:37:42 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-09 23:07:38 +0100
commit52b7544e8eed3aee8228fbdfe939f11e1bab61aa (patch)
tree47a32e3bea42bdf0e87dda37cbb0eb255d3011cf /crawl-ref/source/l_mons.cc
parent4239314eb169490cebb6ecb04d5c0e800882dc0e (diff)
downloadcrawl-ref-52b7544e8eed3aee8228fbdfe939f11e1bab61aa.tar.gz
crawl-ref-52b7544e8eed3aee8228fbdfe939f11e1bab61aa.zip
Bump the major version, purge shims, fix breakage.
Diffstat (limited to 'crawl-ref/source/l_mons.cc')
-rw-r--r--crawl-ref/source/l_mons.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/l_mons.cc b/crawl-ref/source/l_mons.cc
index df0ad1ad0f..7b9626ac6c 100644
--- a/crawl-ref/source/l_mons.cc
+++ b/crawl-ref/source/l_mons.cc
@@ -204,9 +204,6 @@ MDEF(dancing_weapon)
static const char *_monuse_names[] =
{
"nothing", "open_doors", "starting_equipment", "weapons_armour"
-#if TAG_MAJOR_VERSION == 31
- , "magic_items"
-#endif
};
static const char *_monuse_to_str(mon_itemuse_type utyp)