summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-book.h')
-rw-r--r--crawl-ref/source/spl-book.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h
index 07d69e7d9c..3a05756785 100644
--- a/crawl-ref/source/spl-book.h
+++ b/crawl-ref/source/spl-book.h
@@ -20,7 +20,6 @@ class formatted_string;
enum read_book_action_type
{
RBOOK_USE_STAFF,
- RBOOK_MEMORISE,
RBOOK_READ_SPELL
};
@@ -50,7 +49,7 @@ int read_book( item_def &item, read_book_action_type action );
* called from: acr
* *********************************************************************** */
bool player_can_memorise(const item_def &book);
-bool learn_spell(int book = -1);
+bool learn_spell();
bool player_can_read_spellbook( const item_def &book );