summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-05 10:58:57 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-05 10:58:57 +0000
commita88fd9951f8e4faa48e0ea328df203c13e247fb1 (patch)
treebefd19a3d8f1deff0bd0c3b1c7d716a419043ad4 /crawl-ref/source/spl-util.h
parent827ca0211f55e05d0ecc2319bfc4fd9f51a37053 (diff)
downloadcrawl-ref-a88fd9951f8e4faa48e0ea328df203c13e247fb1.tar.gz
crawl-ref-a88fd9951f8e4faa48e0ea328df203c13e247fb1.zip
Refix &Z crash-fix, which didn't actually fix the crash. :P
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2335 c06c8d41-db1a-0410-9941-cceddc491573
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 );