From e65199ef20df7201e5cb1a87e3e0fffdfd13523d Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Tue, 3 Nov 2009 10:17:43 +0100 Subject: Remove "called from:" comments. These were of questionable use and freshness. Signed-off-by: Robert Vollmert --- crawl-ref/source/spl-cast.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'crawl-ref/source/spl-cast.h') diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h index 630334f9b3..348a2c5dea 100644 --- a/crawl-ref/source/spl-cast.h +++ b/crawl-ref/source/spl-cast.h @@ -51,28 +51,14 @@ int calc_spell_power(spell_type spell, bool apply_intel, bool fail_rate_chk = false, bool cap_power = true); int spell_enhancement( unsigned int typeflags ); -// last updaetd 12may2000 {dlb} -/* *********************************************************************** - * called from: it_use3 - spell - * *********************************************************************** */ void exercise_spell(spell_type spell_ex, bool spc, bool divide); - -// last updaetd 12may2000 {dlb} -/* *********************************************************************** - * called from: acr - * *********************************************************************** */ bool cast_a_spell( bool check_range, spell_type spell = SPELL_NO_SPELL ); bool maybe_identify_staff( item_def &item, spell_type spell = SPELL_NO_SPELL ); void inspect_spells(); - -// last updaetd 12may2000 {dlb} -/* *********************************************************************** - * called from: ability - debug - it_use3 - spell - * *********************************************************************** */ spret_type your_spells(spell_type spell, int powc = 0, bool allow_fail = true); const char* failure_rate_to_string( int fail ); -- cgit v1.2.3-54-g00ecf