From 06365ca3274fc48b3c0b69418c1f8ee0d63a9a37 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:57 +0100 Subject: Remove a few unused fields in player_type --- src/spells2.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/spells2.cc') diff --git a/src/spells2.cc b/src/spells2.cc index c837a059..33dcb75b 100644 --- a/src/spells2.cc +++ b/src/spells2.cc @@ -1192,10 +1192,6 @@ void self_knowledge(FILE *fff) { info[i++] = "You are looking around very carefully."; } - if (p_ptr->new_spells) - { - info[i++] = "You can learn some spells/prayers."; - } if (p_ptr->word_recall) { info[i++] = "You will soon be recalled."; -- cgit v1.2.3