summaryrefslogtreecommitdiff
path: root/src/spells4.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
commit9f6f4a36d87c1334437debd9f48f3de27a747dce (patch)
tree5c87f54baaceff98cdff2465b0c0b30591512025 /src/spells4.hpp
parent18e52d9a037ebb751312d6a2632383135321763f (diff)
Move print_book() to cmd5.cc and make it static
Diffstat (limited to 'src/spells4.hpp')
-rw-r--r--src/spells4.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spells4.hpp b/src/spells4.hpp
index 99203ef8..02cdc3ce 100644
--- a/src/spells4.hpp
+++ b/src/spells4.hpp
@@ -36,7 +36,6 @@ school_book *school_books_at(int sval);
void school_book_add_spell(school_book *school_book, s32b spell_idx);
void random_book_setup(s16b sval, s32b spell_idx);
int print_spell(cptr label, byte color, int y, s32b s);
-int print_book(s16b sval, s32b spell_idx, object_type *obj);
int school_book_length(int sval);
int spell_x(int sval, int spell_idx, int i);
bool_ school_book_contains_spell(int sval, s32b spell_idx);