summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-02 02:10:58 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-02 03:22:56 +0200
commit7a7945507d92b1ccd9c34e5ebec9698c746003c6 (patch)
treeb160a611c927e58361a55b9c39661080f1ebb4b6 /crawl-ref/source/spl-book.h
parent2962df23398e54f81a970c24a4cdc45145a8f456 (diff)
downloadcrawl-ref-7a7945507d92b1ccd9c34e5ebec9698c746003c6.tar.gz
crawl-ref-7a7945507d92b1ccd9c34e5ebec9698c746003c6.zip
Make some functions static/gone.
Diffstat (limited to 'crawl-ref/source/spl-book.h')
-rw-r--r--crawl-ref/source/spl-book.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h
index da1812ad18..e83482341a 100644
--- a/crawl-ref/source/spl-book.h
+++ b/crawl-ref/source/spl-book.h
@@ -24,7 +24,6 @@ int spell_rarity(spell_type which_spell);
void init_spell_rarities();
bool is_valid_spell_in_book(const item_def &book, int spell);
-bool is_valid_spell_in_book(int splbook, int spell);
void mark_had_book(const item_def &book);
void mark_had_book(int booktype);