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/hiscores.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'crawl-ref/source/hiscores.h') diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h index 2d5f6b8f53..f2b4fd53a4 100644 --- a/crawl-ref/source/hiscores.h +++ b/crawl-ref/source/hiscores.h @@ -10,29 +10,13 @@ struct scorefile_entry; -// last updated 16feb2001 {gdl} -/* *********************************************************************** - * called from: ouch - * *********************************************************************** */ void hiscores_new_entry( const scorefile_entry &se ); -// last updated 02dec2006 {smm} -/* *********************************************************************** - * called from: ouch - * *********************************************************************** */ void logfile_new_entry( const scorefile_entry &se ); -// last updated 16feb2001 {gdl} -/* *********************************************************************** - * called from: acr ouch - * *********************************************************************** */ void hiscores_print_list( int display_count = -1, int format = SCORE_TERSE ); void hiscores_print_all(int display_count = -1, int format = SCORE_TERSE); -// last updated 16feb2001 {gdl} -/* *********************************************************************** - * called from: ouch hiscores - * *********************************************************************** */ std::string hiscores_format_single( const scorefile_entry &se ); std::string hiscores_format_single_long( const scorefile_entry &se, bool verbose = false ); -- cgit v1.2.3-54-g00ecf