summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-05-26 15:30:54 -0400
committerNeil Moore <neil@s-z.org>2013-05-26 15:39:18 -0400
commitd8c861177ea69ba141ddfa227ac6e658efc2859a (patch)
treee38b2d0f273dc0c7c6c8562df1a2deaf8f07fa7d /crawl-ref/source/initfile.h
parent7ec7b53325a43d426a44aeac3541654087cbe2e4 (diff)
downloadcrawl-ref-d8c861177ea69ba141ddfa227ac6e658efc2859a.tar.gz
crawl-ref-d8c861177ea69ba141ddfa227ac6e658efc2859a.zip
Make list_opt = foo reset the list, not append.
We have been warning of the impending change since 0.11. Also remove the warn_list_append list and associated lua function, since it was used only to implement the aforementioned warning.
Diffstat (limited to 'crawl-ref/source/initfile.h')
-rw-r--r--crawl-ref/source/initfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/initfile.h b/crawl-ref/source/initfile.h
index 3aeddceb6f..cdab79aef2 100644
--- a/crawl-ref/source/initfile.h
+++ b/crawl-ref/source/initfile.h
@@ -71,7 +71,6 @@ public:
};
extern system_environment SysEnv;
-extern set<string> warn_list_append;
bool parse_args(int argc, char **argv, bool rc_only);