summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index f3f03486c4..1ef58c5818 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -27,12 +27,7 @@ bool brand_weapon(brand_type which_brand, int power);
* *********************************************************************** */
bool burn_freeze(int pow, beam_type flavour, int targetmon);
-
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: spell
- * *********************************************************************** */
-int corpse_rot(int pow);
+void corpse_rot();
struct dist;