From 30e8a7cd13aae0c629e7e2110313c5722c2f03f9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 10 Jun 2008 02:08:13 +0000 Subject: Remove the shadow summoning function. After some thought, it seems like overkill right now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5683 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/spells3.h') diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h index 0c6124ded5..854438e4bd 100644 --- a/crawl-ref/source/spells3.h +++ b/crawl-ref/source/spells3.h @@ -113,8 +113,6 @@ bool remove_curse(bool suppress_msg); * *********************************************************************** */ bool cast_sublimation_of_blood(int pow); -bool summon_shadows(int pow, bool god_gift = false, bool force_hostile = false, - bool quiet = false); bool cast_call_imp(int pow, bool god_gift = false); bool summon_lesser_demon(int pow, bool god_gift = false, bool quiet = false); bool summon_common_demon(int pow, bool god_gift = false, bool quiet = false); -- cgit v1.2.3-54-g00ecf