summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 4e86d9ff3e..67f76133ef 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -64,7 +64,6 @@ struct spell_desc
//* * called from: acr
void init_spell_descs(void);
-spell_type spell_by_name(const char* name);
spell_type spell_by_name(std::string name);
int get_spell_slot_by_letter( char letter );