summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-09-03 08:52:14 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-09-03 11:09:47 +0200
commit9d185826551993434bc2624ba8b568e850e8f461 (patch)
tree239d6f4c14bc571242e363d600058962b4940fa9 /crawl-ref/source/spl-cast.h
parent8ace29b2460b049c785a657f77053e6d1ba3db30 (diff)
downloadcrawl-ref-9d185826551993434bc2624ba8b568e850e8f461.tar.gz
crawl-ref-9d185826551993434bc2624ba8b568e850e8f461.zip
Remove an unused parameter from exercise_spell().
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 85de58475e..bdd13c0707 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -60,8 +60,6 @@ int calc_spell_range(spell_type spell, int power = 0,
bool real_cast = false);
int spell_enhancement( unsigned int typeflags );
-void exercise_spell(spell_type spell_ex, bool spc, bool divide);
-
bool cast_a_spell( bool check_range, spell_type spell = SPELL_NO_SPELL );
bool maybe_identify_staff( item_def &item, spell_type spell = SPELL_NO_SPELL );