summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/birth.c14
-rw-r--r--src/config.h5
2 files changed, 0 insertions, 19 deletions
diff --git a/src/birth.c b/src/birth.c
index 4f2d9adb..b35cbe70 100644
--- a/src/birth.c
+++ b/src/birth.c
@@ -2117,20 +2117,6 @@ static bool_ player_birth_aux_ask()
}
/* Set class */
-#ifdef RESTRICT_COMBINATIONS
- if (!(restrictions & BIT(k)))
- {
- noscore |= 0x0020;
- message_add(MESSAGE_MSG, " ", TERM_VIOLET);
- message_add(MESSAGE_MSG, " ", TERM_VIOLET);
- message_add(MESSAGE_MSG, " ", TERM_VIOLET);
- message_add(MESSAGE_MSG, "***************************", TERM_VIOLET);
- message_add(MESSAGE_MSG, "***************************", TERM_VIOLET);
- message_add(MESSAGE_MSG, "********* Cheater *********", TERM_VIOLET);
- message_add(MESSAGE_MSG, "***************************", TERM_VIOLET);
- message_add(MESSAGE_MSG, "***************************", TERM_VIOLET);
- }
-#endif
p_ptr->pclass = class_types[k];
/* Choose class spec */
diff --git a/src/config.h b/src/config.h
index 0d3d0f6f..6da767c3 100644
--- a/src/config.h
+++ b/src/config.h
@@ -322,11 +322,6 @@
#define USE_FAST_AUTOROLLER
/*
- * Forbid the use of some race/class combinations
- */
-/* #define RESTRICT_COMBINATIONS */
-
-/*
* Enable the CTRL + L command to quit without saving
* Only use for debugging purpose, otherwise you are a CHEATER
*/