summaryrefslogtreecommitdiff
path: root/src/tables.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
commit10cae3d5dd2128db2899fe0e3cd808edec5b33b3 (patch)
tree32c23f9b2dd62a264b17a6285372f25861f4ed69 /src/tables.cc
parentc3b0ab778853a33620e84793a3c6bdb53c9be0ab (diff)
Remove depth_in_feet option; always use level
Diffstat (limited to 'src/tables.cc')
-rw-r--r--src/tables.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tables.cc b/src/tables.cc
index d9ddbaaf..1fdfa577 100644
--- a/src/tables.cc
+++ b/src/tables.cc
@@ -1397,9 +1397,6 @@ option_type option_info[] =
{ &always_repeat, TRUE, 1, 7,
"always_repeat", "Repeat obvious commands" },
- { &depth_in_feet, FALSE, 1, 8,
- "depth_in_feet", "Show dungeon level in feet" },
-
{ &ring_bell, FALSE, 1, 18,
"ring_bell", "Audible bell (on errors, etc)" },
/* Changed to default to FALSE -- it's so extremely annoying!!! -TY */