summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 17:04:28 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 17:04:28 +0300
commitfd202fad9649bbcbd879edf2baca6f907f373890 (patch)
tree671e7d14bce2523902b257331a395355a5746784 /crawl-ref/source/spl-util.h
parent28f6c800df6bc63658b9c79e803bf81ac282aa1d (diff)
downloadcrawl-ref-fd202fad9649bbcbd879edf2baca6f907f373890.tar.gz
crawl-ref-fd202fad9649bbcbd879edf2baca6f907f373890.zip
Replace uses of spelltype_name with spelltype_long_name.
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 3525acc4c5..e3feea06ed 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -115,8 +115,6 @@ bool spell_direction( dist &spelld, bolt &pbolt,
bool may_target_self = false, const char *prompt = NULL,
bool cancel_at_self = false );
-const char *spelltype_name(unsigned int which_spelltype);
-
int spell_type2skill (unsigned int which_spelltype);
int spell_skill2type (unsigned int which_skill);