summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 15:58:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 15:58:20 +0000
commit33199ca0b4dd31e06e643b8bb33b3c59de2a4d96 (patch)
treee56bcdfe76132bf80fb9325bab4bb0a3da68dfcc /crawl-ref/source/spells2.h
parent00917879eac80b1df1bde701ab221e3f7fdd946c (diff)
downloadcrawl-ref-33199ca0b4dd31e06e643b8bb33b3c59de2a4d96.tar.gz
crawl-ref-33199ca0b4dd31e06e643b8bb33b3c59de2a4d96.zip
Add miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5593 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 43f2736d8e..1c15a00256 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -198,13 +198,6 @@ void summon_animals(int pow);
// last updated 24may2000 {dlb}
/* ***********************************************************************
- * called from: spell
- * *********************************************************************** */
-bool summon_small_mammals(int pow, bool god_gift = false);
-
-
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
void turn_undead(int pow); // what should I use for pow?