summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-27 22:01:54 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-27 22:01:54 +0200
commit3cbdeb036de1adec0d9292909f7d9561554809e1 (patch)
tree5173482275cb395339ffcb324b928de9941aa5e2 /src
parentdef21e40a42a6e7dc949e9748de61f6bc0561216 (diff)
Remove ALLOW_AUTOROLLER preprocessor define
Diffstat (limited to 'src')
-rw-r--r--src/birth.c4
-rw-r--r--src/config.h6
2 files changed, 0 insertions, 10 deletions
diff --git a/src/birth.c b/src/birth.c
index 31be2db2..1751a14c 100644
--- a/src/birth.c
+++ b/src/birth.c
@@ -2831,8 +2831,6 @@ static bool_ player_birth_aux_auto()
char inp[80];
-#ifdef ALLOW_AUTOROLLER
-
/* Initialize */
if (autoroll)
{
@@ -2933,8 +2931,6 @@ static bool_ player_birth_aux_auto()
}
}
-#endif /* ALLOW_AUTOROLLER */
-
/* Roll */
while (TRUE)
{
diff --git a/src/config.h b/src/config.h
index 1a7218d7..d8046ffb 100644
--- a/src/config.h
+++ b/src/config.h
@@ -113,12 +113,6 @@
/*
- * OPTION: Allow characteres to be "auto-rolled"
- */
-#define ALLOW_AUTOROLLER
-
-
-/*
* OPTION: Handle signals
*/
#define HANDLE_SIGNALS