summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-05 21:31:50 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-05 22:12:35 +0200
commit8ae89f4b34d951056d402f5825b9738b50ae6626 (patch)
tree7f7b014e4f2ee016a58ec93d24c12e166172419c /crawl-ref/source/mon-abil.h
parent457f92c1a75fcf433c6c8598d9a56a6183712b79 (diff)
downloadcrawl-ref-8ae89f4b34d951056d402f5825b9738b50ae6626.tar.gz
crawl-ref-8ae89f4b34d951056d402f5825b9738b50ae6626.zip
Make another bunch of functions static or gone.
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 be76913a43..9620beb863 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -23,7 +23,6 @@ void activate_ballistomycetes(monster* mons, const coord_def & origin,
bool valid_kraken_connection(const monster* mons);
void move_kraken_tentacles(monster * kraken);
-bool valid_demonic_connection(monster* mons);
void move_demon_tentacle(monster * tentacle);
#endif