summaryrefslogtreecommitdiff
path: root/src/variable.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
commitb84ac3e1b505624e2af18a4283e7ec379c00b0dc (patch)
tree123e78755e932bc6eb988f4dd1f6149fcffdd524 /src/variable.cc
parent52d0f7d149610eed0a346585d56838c9bd552e81 (diff)
Remove auto_destroy option
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 23fd9923..f812243a 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -206,7 +206,6 @@ bool_ small_levels; /* Allow unusually small dungeon levels */
bool_ empty_levels; /* Allow empty 'arena' levels */
bool_ always_small_level; /* Small levels */
bool_ player_symbols; /* Use varying symbols for the player char */
-bool_ auto_destroy; /* Known worthless items are destroyed without confirmation */
bool_ confirm_stairs; /* Prompt before staircases... */
bool_ wear_confirm; /* Confirm before putting on known cursed items */
bool_ disturb_pets; /* Pets moving nearby disturb us */