summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-23 09:14:12 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-24 00:30:34 +0200
commit19c3e5f86f7e658cee713751d82137c95d57ba3f (patch)
tree3742c7b728b788cbf0e86f375e732677c2dac538 /crawl-ref/source/mon-util.h
parent36a65b26fc6affe049e29e08ba4f3f1d344ad59e (diff)
downloadcrawl-ref-19c3e5f86f7e658cee713751d82137c95d57ba3f.tar.gz
crawl-ref-19c3e5f86f7e658cee713751d82137c95d57ba3f.zip
Staticalize.
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 edc821ad01..a7587dc3bd 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -284,7 +284,6 @@ monster_type mons_zombie_base(const monster* mon);
bool mons_class_is_zombified(monster_type mc);
bool mons_class_is_hybrid(monster_type mc);
bool mons_class_is_chimeric(monster_type mc);
-bool mons_class_is_clingy(monster_type mc);
bool mons_class_is_animated_weapon(monster_type type);
monster_type mons_base_type(const monster* mon);
bool mons_class_can_leave_corpse(monster_type mc);