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.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 6a6d1bb0d0..d1abd1a22f 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -27,22 +27,6 @@ bool brand_weapon(brand_type which_brand, int power);
// last updated 24may2000 {dlb}
/* ***********************************************************************
- * called from: ability - spell
- * *********************************************************************** */
-int animate_a_corpse(int axps, int ayps, beh_type corps_beh,
- int corps_hit, int class_allowed);
-
-
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: ability - it_use3 - monstuff - mstuff2 - spell
- * *********************************************************************** */
-int animate_dead(actor *caster, int power, beh_type corps_beh,
- int corps_hit, int actual);
-
-
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
* called from: spell
* *********************************************************************** */
char burn_freeze(int pow, beam_type b_f);