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-book.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'crawl-ref/source/spl-book.h') diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h index 315531adc6..d4ab7630f3 100644 --- a/crawl-ref/source/spl-book.h +++ b/crawl-ref/source/spl-book.h @@ -21,10 +21,6 @@ enum read_book_action_type RBOOK_READ_SPELL }; -// updated 24may2000 {dlb} -/* *********************************************************************** - * called from: dungeon - effects - shopping - * *********************************************************************** */ int book_rarity(unsigned char which_book); int spell_rarity(spell_type which_spell); void init_spell_rarities(); @@ -35,17 +31,8 @@ bool is_valid_spell_in_book( int splbook, int spell ); void mark_had_book(const item_def &book); void mark_had_book(int booktype); -// updated 24may2000 {dlb} -/* *********************************************************************** - * called from: it_use3 - item_use - spl-book - * *********************************************************************** */ int read_book( item_def &item, read_book_action_type action ); - -// updated 24may2000 {dlb} -/* *********************************************************************** - * called from: acr - * *********************************************************************** */ bool player_can_memorise(const item_def &book); bool can_learn_spell(bool silent = false); bool learn_spell(); -- cgit v1.2.3-54-g00ecf