summaryrefslogtreecommitdiff
path: root/src/tables.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:13 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:13 +0200
commitd249c64b5ea5b59b475584fa1a70208b8e4a4c64 (patch)
treee2b8b7531dde98f247c06cd609043405aa3dab8c /src/tables.cc
parent50c916646b647030755673a9a1dc82e192e492d4 (diff)
Remove inventory_no_move option
Diffstat (limited to 'src/tables.cc')
-rw-r--r--src/tables.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tables.cc b/src/tables.cc
index b48a2565..509a8ce9 100644
--- a/src/tables.cc
+++ b/src/tables.cc
@@ -1418,10 +1418,6 @@ option_type option_info[] =
{ &linear_stats, TRUE, 5, 7,
"linear_stats", "Stats are represented in a linear way" },
- { &inventory_no_move, FALSE, 5, 8,
- "inventory_no_move", "In option windows, just omit the select char" },
-
-
/*** Birth Options ***/
{ &preserve, TRUE, 6, 2,