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/travel.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'crawl-ref/source/travel.h') diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h index d64d56670e..2b08a3841f 100644 --- a/crawl-ref/source/travel.h +++ b/crawl-ref/source/travel.h @@ -53,10 +53,7 @@ enum run_mode_type /* *********************************************************************** * Initialises the travel subsystem. - * - * *********************************************************************** - * called from: initfile (what's a better place to initialise stuff?) - * *********************************************************************** */ + */ void initialise_travel(); void init_travel_terrain_check(bool check_race_equip = true); void stop_running(void); @@ -86,10 +83,7 @@ bool is_travelsafe_square(const coord_def& c, bool ignore_hostile = false, * If grab_items is true, greedy explore is triggered - in greedy mode, explore * grabs items that are eligible for autopickup and visits (previously * unvisited) shops. - * - * *********************************************************************** - * called from: acr - * *********************************************************************** */ + */ void start_explore(bool grab_items = false); struct level_pos; -- cgit v1.2.3-54-g00ecf