summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-03 10:17:43 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-03 10:19:23 +0100
commite65199ef20df7201e5cb1a87e3e0fffdfd13523d (patch)
tree06cf6b7ef5f2e7b83b724c63b8f33ca6d65795d3 /crawl-ref/source/initfile.h
parent2fbd97bae9a937f03643ad0dc579f0595e42497f (diff)
downloadcrawl-ref-e65199ef20df7201e5cb1a87e3e0fffdfd13523d.tar.gz
crawl-ref-e65199ef20df7201e5cb1a87e3e0fffdfd13523d.zip
Remove "called from:" comments.
These were of questionable use and freshness. Signed-off-by: Robert Vollmert <rvollmert@gmx.net>
Diffstat (limited to 'crawl-ref/source/initfile.h')
-rw-r--r--crawl-ref/source/initfile.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/crawl-ref/source/initfile.h b/crawl-ref/source/initfile.h
index cf10cbb4bf..4a1339daf9 100644
--- a/crawl-ref/source/initfile.h
+++ b/crawl-ref/source/initfile.h
@@ -22,10 +22,6 @@ enum drop_mode_type
god_type str_to_god(std::string god);
int str_to_fprop (const std::string &str);
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
std::string read_init_file(bool runscript = false);
void read_startup_prefs();
@@ -37,10 +33,6 @@ void parse_option_line(const std::string &line, bool runscript = false);
void apply_ascii_display(bool ascii);
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
void get_system_environment(void);
struct system_environment
@@ -80,11 +72,6 @@ public:
extern system_environment SysEnv;
-
-// last updated 16feb2001 {gdl}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
bool parse_args(int argc, char **argv, bool rc_only);
void write_newgame_options_file(void);