summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-06-24 08:50:34 +0200
committerBardur Arantsson <bardur@scientician.net>2013-06-29 05:37:49 +0200
commit7d05ca4fd4562421f16d07dc6f13a23355953f11 (patch)
tree43e3c35de75718e4b2a738a6ac5d3eeabecac29d /src
parent6d3f6acd7498db5b9958d51002986ee957dbe11b (diff)
Remove fast_autoroller option
It wasn't implemented anyway.
Diffstat (limited to 'src')
-rw-r--r--src/externs.h1
-rw-r--r--src/tables.c3
-rw-r--r--src/variable.c5
3 files changed, 0 insertions, 9 deletions
diff --git a/src/externs.h b/src/externs.h
index fbdbf916..fc930559 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -523,7 +523,6 @@ extern bool_ *m_allow_special;
extern bool_ *k_allow_special;
extern bool_ *a_allow_special;
extern bool_ rand_birth;
-extern bool_ fast_autoroller;
extern bool_ joke_monsters;
extern bool_ center_player;
extern s16b plots[MAX_PLOTS];
diff --git a/src/tables.c b/src/tables.c
index f2478eef..a66557cc 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -1619,9 +1619,6 @@ option_type option_info[] =
{ &auto_notes, TRUE, 6, 8,
"auto_notes", "Automatically note important events" },
- { &fast_autoroller, FALSE, 6, 10,
- "fast_autoroller", "Fast autoroller(NOT on multiuser systems)" },
-
{ &joke_monsters, FALSE, 6, 14,
"joke_monsters", "Allow use of some 'joke' monsters" },
diff --git a/src/variable.c b/src/variable.c
index 41d6a9a9..2510f6dd 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -1296,11 +1296,6 @@ bool_ *a_allow_special;
bool_ rand_birth;
/*
- * Fast autoroller
- */
-bool_ fast_autoroller;
-
-/*
* Which monsters are allowed ?
*/
bool_ joke_monsters;