From 9855f61a84eb903023abc21be286d74d8857b58d Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Jun 2008 16:01:04 +0000 Subject: Clean up dancing_weapon(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5594 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'crawl-ref/source/spells3.h') diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h index ef6560071e..ce74a6a4b8 100644 --- a/crawl-ref/source/spells3.h +++ b/crawl-ref/source/spells3.h @@ -78,14 +78,6 @@ bool inside_halo(int posx, int posy); bool project_noise(void); -// updated 24may2000 {dlb} -/* *********************************************************************** - * called from: religion - spell - * *********************************************************************** */ -bool dancing_weapon(int pow, bool force_hostile = false, - bool quiet_failure = false); - - // updated 24may2000 {dlb} /* *********************************************************************** * called from: item_use - spell -- cgit v1.2.3-54-g00ecf