summaryrefslogtreecommitdiff
path: root/src/tables.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-06-24 10:27:59 +0200
committerBardur Arantsson <bardur@scientician.net>2013-06-29 05:37:49 +0200
commitb09c46dab88eb95a130ffedf4fbd411d720d8a35 (patch)
tree0dc4cc2072e9db6fcfdd7312ca05d749535bbcb5 /src/tables.c
parent7d05ca4fd4562421f16d07dc6f13a23355953f11 (diff)
Remove show_*_graph options
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tables.c b/src/tables.c
index a66557cc..60550de7 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -1382,15 +1382,6 @@ option_type option_info[] =
{ &stack_force_costs, FALSE, 1, 10,
"stack_force_costs", "Merge discounts when stacking" },
- { &show_inven_graph, TRUE, 1, 13,
- "show_inven_graph", "Show graphics in inventory list" },
-
- { &show_equip_graph, TRUE, 1, 14,
- "show_equip_graph", "Show graphics in equipment list" },
-
- { &show_store_graph, TRUE, 1, 15,
- "show_store_graph", "Show graphics in stores" },
-
{ &ring_bell, FALSE, 1, 18,
"ring_bell", "Audible bell (on errors, etc)" },
/* Changed to default to FALSE -- it's so extremely annoying!!! -TY */