summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index a2fbf69c53..71c40b38fe 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -71,14 +71,6 @@ void inspect_spells();
* *********************************************************************** */
spret_type your_spells(spell_type spell, int powc = 0, bool allow_fail = true);
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr - decks - fight - it_use2 - it_use3 - item_use - items -
- * misc - mstuff2 - religion - spell - spl-book - spells4
- * *********************************************************************** */
-void miscast_effect(unsigned int sp_type, int mag_pow, int mag_fail,
- int force_effect, const char *cause = NULL);
-
const char* failure_rate_to_string( int fail );
int spell_power_colour(spell_type spell);