summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 8570117899..12b313bdd5 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -145,16 +145,9 @@ bool cast_summon_swarm(int pow, bool god_gift = false,
/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
-bool cast_call_imp(int pow, bool god_gift = false);
bool cast_call_canine_familiar(int pow, bool god_gift = false);
-bool summon_lesser_demon(int pow, bool god_gift = false);
-bool summon_common_demon(int pow, bool god_gift = false);
-bool summon_greater_demon(int pow, bool god_gift = false);
-bool cast_summon_demon(int pow, bool god_gift = false);
-bool cast_demonic_horde(int pow, bool god_gift = false);
bool cast_summon_ice_beast(int pow, bool god_gift = false);
bool cast_summon_ugly_thing(int pow, bool god_gift = false);
-bool cast_summon_greater_demon(int pow, bool god_gift = false);
bool cast_summon_dragon(int pow, bool god_gift = false);
bool cast_conjure_ball_lightning(int pow, bool god_gift = false);