diff options
author | Bardur Arantsson <bardur@scientician.net> | 2012-06-26 20:51:34 +0200 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2012-06-26 20:51:34 +0200 |
commit | 4ac43f667228f37723071895b654422bbaad4835 (patch) | |
tree | 45624aba085f09606f4b32478534305cc0ad4e4f /src/tables.c | |
parent | 5241fee18e1a85b3b8e1492fa4d430e8af375035 (diff) |
Remove "show_labels" option
Diffstat (limited to 'src/tables.c')
-rw-r--r-- | src/tables.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tables.c b/src/tables.c index b1fc54e5..e3d3e664 100644 --- a/src/tables.c +++ b/src/tables.c @@ -1382,9 +1382,6 @@ option_type option_info[] = { &stack_force_costs, FALSE, 1, 10, "stack_force_costs", "Merge discounts when stacking" }, - { &show_labels, TRUE, 1, 11, - "show_labels", "Show labels in object listings" }, - { &show_inven_graph, TRUE, 1, 13, "show_inven_graph", "Show graphics in inventory list" }, |