summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 22:00:32 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 22:00:32 +0000
commit1369c022c2e037a3b78eb7f10f2f3df524370df3 (patch)
treec2d63ceedf30a6d3db9254f7d196fa6717fd38af /crawl-ref/source/spells2.h
parent4e09ab3a1e2477f405ec94e02a4b5aba22928b7a (diff)
downloadcrawl-ref-1369c022c2e037a3b78eb7f10f2f3df524370df3.tar.gz
crawl-ref-1369c022c2e037a3b78eb7f10f2f3df524370df3.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5612 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 12b313bdd5..e321d911eb 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -127,11 +127,8 @@ bool restore_stat(unsigned char which_stat, unsigned char stat_gain,
* called from: ability - spell
* *********************************************************************** */
bool cast_summon_butterflies(int pow, bool god_gift = false);
-
bool cast_summon_small_mammals(int pow, bool god_gift = false);
-
bool cast_sticks_to_snakes(int pow, bool god_gift = false);
-
bool cast_summon_scorpions(int pow, bool god_gift = false);
// last updated 24may2000 {dlb}