summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_option.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-10 12:29:55 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-17 13:29:49 -0400
commit4e7d99abef2cb048052ff3dfafa338b19a7cb133 (patch)
tree05394b2181b9dd4e1e8a8053cee108861460cc1c /crawl-ref/source/l_option.cc
parent0f93c8869aae954d4877d32ec8d97c7972f35504 (diff)
downloadcrawl-ref-4e7d99abef2cb048052ff3dfafa338b19a7cb133.tar.gz
crawl-ref-4e7d99abef2cb048052ff3dfafa338b19a7cb133.zip
Remove the clean_map option.
It didn't have a very clear use case and if you really want to reproduce it, you can press ^C every so often. Also clean up the options documentation a bit.
Diffstat (limited to 'crawl-ref/source/l_option.cc')
-rw-r--r--crawl-ref/source/l_option.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/l_option.cc b/crawl-ref/source/l_option.cc
index 24be39e44c..a8b7ad45b6 100644
--- a/crawl-ref/source/l_option.cc
+++ b/crawl-ref/source/l_option.cc
@@ -43,7 +43,6 @@ static option_handler handlers[] =
{
// Boolean options come first
{ "autoswitch", &Options.auto_switch, option_hboolean },
- { "clean_map", &Options.clean_map, option_hboolean },
{ "show_uncursed", &Options.show_uncursed, option_hboolean },
{ "easy_open", &Options.easy_open, option_hboolean },
{ "easy_armour", &Options.easy_unequip, option_hboolean },