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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 2208be3bf9..38d022f946 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -123,6 +123,4 @@ const char *spelltype_name(unsigned int which_spelltype);
int spell_type2skill (unsigned int which_spelltype);
int spell_skill2type (unsigned int which_skill);
-bool vehumet_supports_spell(spell_type spell);
-
#endif