summaryrefslogtreecommitdiff
path: root/src/birth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/birth.c')
-rw-r--r--src/birth.c14
1 files changed, 0 insertions, 14 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 */