From 6be64d33039bf2ece3f50b3162b2da7f74ce2e4a Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 18 Feb 2012 13:21:35 +0100 Subject: Remove RESTRICT_COMBINATIONS code. --- src/birth.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/birth.c') 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 */ -- cgit v1.2.3