summaryrefslogtreecommitdiff
path: root/src/spells2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
commit06365ca3274fc48b3c0b69418c1f8ee0d63a9a37 (patch)
tree7da94dc137a37a4714b48c77ce9edb5d6eb5b852 /src/spells2.cc
parent4eb27b30d23edf97e260af982f06302e61f15bd7 (diff)
Remove a few unused fields in player_type
Diffstat (limited to 'src/spells2.cc')
-rw-r--r--src/spells2.cc4
1 files changed, 0 insertions, 4 deletions
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.";