summaryrefslogtreecommitdiff
path: root/src/options.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
committerBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
commit4cdbbd83d0030f6fa21e339dbd2d9b65604882e1 (patch)
tree8a9ad9c586f54704acaef5e6517c15b389b7a239 /src/options.cc
parent82936c32458b8d8312a4fdfce8b2d8274f493872 (diff)
Remove expand_{list,look} options; behave as if always set
Diffstat (limited to 'src/options.cc')
-rw-r--r--src/options.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options.cc b/src/options.cc
index 1a12fc56..5501ab52 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -38,8 +38,6 @@ bool_ disturb_pets; /* Pets moving nearby disturb us */
// Option Set 3 -- Game-Play
//
bool_ auto_scum; /* Auto-scum for good levels */
-bool_ expand_look; /* Expand the power of the look command */
-bool_ expand_list; /* Expand the power of the list commands */
bool_ view_perma_grids; /* Map remembers all perma-lit grids */
bool_ view_torch_grids; /* Map remembers all torch-lit grids */
bool_ dungeon_align; /* Generate dungeons with aligned rooms */