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/newgame.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crawl-ref/source/newgame.h') diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h index 5c58bb9813..3c1b65abd8 100644 --- a/crawl-ref/source/newgame.h +++ b/crawl-ref/source/newgame.h @@ -57,18 +57,12 @@ struct newgame_def undead_state_type get_undead_state(const species_type sp); -/* *********************************************************************** - * called from: acr - * *********************************************************************** */ bool new_game(); int give_first_conjuration_book(); bool choose_race(void); bool choose_class(void); -/* *********************************************************************** - * called from: debug newgame - * *********************************************************************** */ void give_basic_mutations(species_type speci); #endif -- cgit v1.2.3-54-g00ecf