summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-07-18 18:56:01 +0200
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:42 +0200
commit7e88e06c6ea90c48c225ac89a7d7685dfa76cd65 (patch)
treec9f796daa671c17bd4d33a5181c0f715b8d30668 /src/externs.h
parent56d0f51e60757a0ebded8dd94663441b5501485c (diff)
Remove the stack_force_* and stack_allow_* options
We now behave as if they were all true.
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/externs.h b/src/externs.h
index 29a64267..c9219579 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -232,10 +232,6 @@ extern bool_ monster_lite;
extern bool_ flow_by_sound;
extern bool_ track_follow;
extern bool_ track_target;
-extern bool_ stack_allow_items;
-extern bool_ stack_allow_wands;
-extern bool_ stack_force_notes;
-extern bool_ stack_force_costs;
extern bool_ view_reduce_lite;
extern bool_ view_reduce_view;
extern bool_ auto_scum;