summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;