summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-14 13:36:30 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-17 04:52:54 +0200
commit5554bc657cdc61d2619df03ce5a2343783249dff (patch)
tree571b074a55f568ea5ef0f5822d09ab70d1cf7931 /crawl-ref/source/mon-util.h
parentfbf0dc1ee176df95d9b9908de049d14cae6f1fa9 (diff)
downloadcrawl-ref-5554bc657cdc61d2619df03ce5a2343783249dff.tar.gz
crawl-ref-5554bc657cdc61d2619df03ce5a2343783249dff.zip
Inline a function.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 0aabed48c7..0ad20ea1c1 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -286,7 +286,6 @@ bool mons_class_is_chimeric(monster_type mc);
bool mons_class_is_jumpy(monster_type mc);
bool mons_class_is_clingy(monster_type mc);
bool mons_class_is_animated_weapon(monster_type type);
-bool mons_class_has_base_type(monster_type mc);
monster_type mons_base_type(const monster* mon);
bool mons_class_can_leave_corpse(monster_type mc);
bool mons_is_zombified(const monster* mons);