summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_option.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-10 02:11:59 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-04-10 17:47:12 +0100
commit215effc45afa89013cbab5b6f19cefe35a6237f7 (patch)
treedbc1a48d9e3506716d14efe1a233a270a806094a /crawl-ref/source/l_option.cc
parent0bb9f16e3168c8a208292d2eb4cb7fb957905de6 (diff)
downloadcrawl-ref-215effc45afa89013cbab5b6f19cefe35a6237f7.tar.gz
crawl-ref-215effc45afa89013cbab5b6f19cefe35a6237f7.zip
Remove default_target and target_unshifted_dirs options
They just existed to replicate some ancient behaviour that is very unlikely to actually be desirable now.
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 fc2ec41a21..24be39e44c 100644
--- a/crawl-ref/source/l_option.cc
+++ b/crawl-ref/source/l_option.cc
@@ -48,7 +48,6 @@ static option_handler handlers[] =
{ "easy_open", &Options.easy_open, option_hboolean },
{ "easy_armour", &Options.easy_unequip, option_hboolean },
{ "easy_unequip", &Options.easy_unequip, option_hboolean },
- { "default_target", &Options.default_target, option_hboolean },
{ "autopickup_no_burden", &Options.autopickup_no_burden, option_hboolean },
{ "note_skill_max", &Options.note_skill_max, option_hboolean },
{ "clear_messages", &Options.clear_messages, option_hboolean },