summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-11-11 00:51:12 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-11-11 00:53:21 +0100
commit5be338836d26d62a78b9668b6c7ab08cc1cb98b2 (patch)
tree1252f6b543a1b4b87bde73acaaa9c94123aeb270 /crawl-ref/source/spl-util.h
parent39aa805b401e889169479cb51daff13921e4534a (diff)
downloadcrawl-ref-5be338836d26d62a78b9668b6c7ab08cc1cb98b2.tar.gz
crawl-ref-5be338836d26d62a78b9668b6c7ab08cc1cb98b2.zip
Make a bunch of functions static, delete some unused junk.
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 3d4abf83ce..1b8c280d3f 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -80,7 +80,6 @@ bool spell_is_direct_explosion(spell_type spell);
bool spell_needs_foe(spell_type spell);
bool spell_harms_target(spell_type spell);
bool spell_harms_area(spell_type spell);
-bool spell_sanctuary_castable(spell_type spell);
int spell_levels_required(spell_type which_spell);
unsigned int get_spell_flags(spell_type which_spell);
@@ -104,12 +103,6 @@ int apply_area_visible(cell_func cf, int power,
bool pass_through_trans = false, actor *agent = NULL,
bool affect_scryed = false);
-int apply_area_square(cell_func cf, const coord_def& where, int power,
- actor *agent = NULL);
-
-int apply_area_around_square(cell_func cf, const coord_def& where, int power,
- actor *agent = NULL);
-
int apply_monsters_around_square(monster_func mf, const coord_def& where,
int power);
@@ -148,7 +141,6 @@ skill_type spell_type2skill (unsigned int which_spelltype);
spell_type zap_type_to_spell(zap_type zap);
bool spell_is_useless(spell_type spell, bool transient = false);
-bool spell_is_empowered(spell_type spell);
bool spell_is_useful(spell_type spell);
bool spell_is_risky(spell_type spell);