summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-10 21:14:36 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-10 21:28:56 +0200
commit2d0226fa41dde7b5916dd838196b08d467c24b2e (patch)
tree219cda5a979ff4ff4363572a0450d4d321bc7ca1 /crawl-ref/source/mon-death.h
parent0763e4ba1f2e7c16390c6159a59e1371df32cbce (diff)
downloadcrawl-ref-2d0226fa41dde7b5916dd838196b08d467c24b2e.tar.gz
crawl-ref-2d0226fa41dde7b5916dd838196b08d467c24b2e.zip
Ghostbusterize the holy spirit.
Diffstat (limited to 'crawl-ref/source/mon-death.h')
-rw-r--r--crawl-ref/source/mon-death.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-death.h b/crawl-ref/source/mon-death.h
index d51aa93f2a..49945f15c6 100644
--- a/crawl-ref/source/mon-death.h
+++ b/crawl-ref/source/mon-death.h
@@ -19,8 +19,6 @@ void elven_twins_unpacify(monster* twin);
bool mons_is_kirke(monster* mons);
void hogs_to_humans();
-void spirit_fades(monster *spirit);
-
bool mons_is_phoenix(const monster* mons);
void phoenix_died(monster* mons);
void timeout_phoenix_markers(int duration);