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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index c678e0b0d0..30536a72b4 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -51,12 +51,8 @@ bool summon_berserker(int pow, god_type god = GOD_NO_GOD, int spell = 0,
bool summon_holy_warrior(int pow, god_type god = GOD_NO_GOD, int spell = 0,
bool force_hostile = false, bool permanent = false,
bool quiet = false);
-bool summon_holy_being_type(monster_type mon, int pow,
- god_type god = GOD_NO_GOD, int spell = 0);
bool cast_tukimas_dance(int pow, god_type god = GOD_NO_GOD,
bool force_hostile = false);
bool cast_conjure_ball_lightning(int pow, god_type god = GOD_NO_GOD);
-void turn_undead(int pow); // what should I use for pow?
-
#endif