From 0e6ace1ac92fe52e8a23335ccf68b69056407bbc Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 27 Feb 2009 11:50:19 +0000 Subject: Axe some more obsolete functions as well as the rotting ability that isn't used anywhere. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9256 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/spells2.h') 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 -- cgit v1.2.3-54-g00ecf