summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-07-06 11:34:34 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-07-06 11:34:34 +0200
commit52402486755a725e4b306dea26dc912f4749e97d (patch)
tree4f8acd19006e6df905f363ed5903ba025e726007 /crawl-ref/source/mon-abil.h
parent725b7bd79f2c28aba188ae0768bb5bbb5e416fa0 (diff)
downloadcrawl-ref-52402486755a725e4b306dea26dc912f4749e97d.tar.gz
crawl-ref-52402486755a725e4b306dea26dc912f4749e97d.zip
Make a few random functions static.
Diffstat (limited to 'crawl-ref/source/mon-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 970ad29594..6326db6d01 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -14,7 +14,6 @@ bool mon_special_ability(monsters *monster, bolt & beem);
void mon_nearby_ability(monsters *monster);
bool ugly_thing_mutate(monsters *ugly, bool proximity = false);
-bool slime_split_merge(monsters *thing);
void ballisto_on_move(monsters * monster, const coord_def & pos);
void activate_ballistomycetes(monsters * monster, const coord_def & origin,