summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-30 14:05:40 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-30 14:05:40 -0500
commit9bf7b8a11fe8dab07b560cc6def6ffb52313e823 (patch)
treed6e82d3909a6413a3bf708edc03b33dad647e563 /crawl-ref/source/spl-util.h
parentb2bd008c7bb1b47b189561411e625f3daf2c644d (diff)
downloadcrawl-ref-9bf7b8a11fe8dab07b560cc6def6ffb52313e823.tar.gz
crawl-ref-9bf7b8a11fe8dab07b560cc6def6ffb52313e823.zip
Clean up includes a bit.
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