summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-30 09:24:09 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-30 09:25:16 -0400
commite87965381778582ca12c103e7e8200034b6ec625 (patch)
tree2420d5ab53fc32123589576c49304a5842ce0fae /crawl-ref/source/spl-util.h
parent02339db419e939a94bc799e1046db4dbe9de401d (diff)
downloadcrawl-ref-e87965381778582ca12c103e7e8200034b6ec625.tar.gz
crawl-ref-e87965381778582ca12c103e7e8200034b6ec625.zip
Remove two four-year-old function declarations.
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 d42d40a631..b691862ad6 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -128,8 +128,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_useful(spell_type spell);
-bool spell_is_risky(spell_type spell);
int spell_highlight_by_utility(spell_type spell,
int default_color = COL_UNKNOWN,