summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/birth.c6
-rw-r--r--src/config.h5
2 files changed, 0 insertions, 11 deletions
diff --git a/src/birth.c b/src/birth.c
index 09c6f08d..31be2db2 100644
--- a/src/birth.c
+++ b/src/birth.c
@@ -3027,12 +3027,6 @@ static bool_ player_birth_aux_auto()
/* Make sure they see everything */
Term_fresh();
-#ifndef USE_FAST_AUTOROLLER
-
- /* Delay 1/10 second */
- if (fast_autoroller && flag) Term_xtra(TERM_XTRA_DELAY, 100);
-
-#endif
/* Do not wait for a key */
inkey_scan = TRUE;
diff --git a/src/config.h b/src/config.h
index 438832b4..73e016e2 100644
--- a/src/config.h
+++ b/src/config.h
@@ -251,11 +251,6 @@
/* # define FORCE_V_IDX 20 */
/*
- * Using the fast autoroller can be considered as cheating
- */
-#define USE_FAST_AUTOROLLER
-
-/*
* Enable the CTRL + L command to quit without saving
* Only use for debugging purpose, otherwise you are a CHEATER
*/