summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-14 15:44:34 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-15 06:40:03 +0100
commit16d9126aa185365588b1c92d527aa5add8cb806e (patch)
tree17665e056d3463e7011db37a688746910e447b89 /crawl-ref/source/spl-cast.h
parent3dfccf220ecef5ad54551b3a97dc88790ba61285 (diff)
downloadcrawl-ref-16d9126aa185365588b1c92d527aa5add8cb806e.tar.gz
crawl-ref-16d9126aa185365588b1c92d527aa5add8cb806e.zip
Make a bunch of functions static or non-existant.
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 25e9c7be72..40e3b8c6a5 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -63,7 +63,6 @@ int calc_spell_power(spell_type spell, bool apply_intel,
bool rod = false);
int calc_spell_range(spell_type spell, int power = 0,
bool real_cast = false, bool rod = false);
-int spell_enhancement(unsigned int typeflags);
bool cast_a_spell(bool check_range, spell_type spell = SPELL_NO_SPELL);