summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_option.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-24 11:25:40 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-24 11:25:40 +0100
commit64a27196fc1b9740d0c2765faa9e24fce45d3af2 (patch)
tree2a16b5ac3e18dbd5b32151c3c4b3803ad40a0be3 /crawl-ref/source/l_option.cc
parent24891de52a054839fc5aa2de5483cd0522015154 (diff)
downloadcrawl-ref-64a27196fc1b9740d0c2765faa9e24fce45d3af2.tar.gz
crawl-ref-64a27196fc1b9740d0c2765faa9e24fce45d3af2.zip
Remove unused option target_wrap.
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 aadaeee5a5..044e9703e9 100644
--- a/crawl-ref/source/l_option.cc
+++ b/crawl-ref/source/l_option.cc
@@ -54,7 +54,6 @@ static option_handler handlers[] =
{ "pickup_dropped", &Options.pickup_dropped, option_hboolean },
{ "show_waypoints", &Options.show_waypoints, option_hboolean },
{ "item_colour", &Options.item_colour, option_hboolean },
- { "target_wrap", &Options.target_wrap, option_hboolean },
{ "easy_exit_menu", &Options.easy_exit_menu, option_hboolean },
{ "dos_use_background_intensity", &Options.dos_use_background_intensity,
option_hboolean },