summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 16:01:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 16:01:04 +0000
commit9855f61a84eb903023abc21be286d74d8857b58d (patch)
tree7e5198f96eb8284e0abc2d18196238798e7a3161 /crawl-ref/source/spells3.h
parent33199ca0b4dd31e06e643b8bb33b3c59de2a4d96 (diff)
downloadcrawl-ref-9855f61a84eb903023abc21be286d74d8857b58d.tar.gz
crawl-ref-9855f61a84eb903023abc21be286d74d8857b58d.zip
Clean up dancing_weapon().
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5594 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h8
1 files changed, 0 insertions, 8 deletions
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
@@ -80,14 +80,6 @@ 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
* *********************************************************************** */
bool detect_curse(bool suppress_msg);