summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_option.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2011-10-26 12:53:04 +0100
committerChris Campbell <chriscampbell89@gmail.com>2011-10-26 12:53:04 +0100
commit22b5b464d774cb78c9c5f43312213b2f134e5b0f (patch)
tree5b44664271e1fdae07e4637679cef892b0f1699a /crawl-ref/source/l_option.cc
parent7281982a03d6868ceb20e0cbd2deafc69566c2b4 (diff)
downloadcrawl-ref-22b5b464d774cb78c9c5f43312213b2f134e5b0f.tar.gz
crawl-ref-22b5b464d774cb78c9c5f43312213b2f134e5b0f.zip
Option removal continued: colour_map, verbose_monster_pane, item_colour, easy_butcher
Also document a hidden option, show_waypoints.
Diffstat (limited to 'crawl-ref/source/l_option.cc')
-rw-r--r--crawl-ref/source/l_option.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/l_option.cc b/crawl-ref/source/l_option.cc
index c61907de5c..b3a0d079fa 100644
--- a/crawl-ref/source/l_option.cc
+++ b/crawl-ref/source/l_option.cc
@@ -36,13 +36,11 @@ static option_handler handlers[] =
{
// Boolean options come first
{ "autoswitch", &Options.auto_switch, option_hboolean },
- { "colour_map", &Options.colour_map, 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 },
{ "easy_unequip", &Options.easy_unequip, option_hboolean },
- { "easy_butcher", &Options.easy_butcher, option_hboolean },
{ "always_confirm_butcher", &Options.always_confirm_butcher, option_hboolean },
{ "default_target", &Options.default_target, option_hboolean },
{ "autopickup_no_burden", &Options.autopickup_no_burden, option_hboolean },
@@ -52,7 +50,6 @@ static option_handler handlers[] =
{ "auto_list", &Options.auto_list, option_hboolean },
{ "pickup_thrown", &Options.pickup_thrown, option_hboolean },
{ "show_waypoints", &Options.show_waypoints, option_hboolean },
- { "item_colour", &Options.item_colour, option_hboolean },
{ "easy_exit_menu", &Options.easy_exit_menu, option_hboolean },
{ "dos_use_background_intensity", &Options.dos_use_background_intensity,
option_hboolean },