summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 04:54:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 04:54:57 +0000
commit4406258079282fb38da52df875ccd76ee70941bd (patch)
tree37d7c5a953e8013e4f7d81b9fd4a4585e34122ec /crawl-ref/source/spells4.h
parent2eca4d6c7a1f9490725d206f0ae53506f08ec20b (diff)
downloadcrawl-ref-4406258079282fb38da52df875ccd76ee70941bd.tar.gz
crawl-ref-4406258079282fb38da52df875ccd76ee70941bd.zip
Consolidate "Summon Dragon" into summon_general_creature() as well.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5523 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.h')
-rw-r--r--crawl-ref/source/spells4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.h b/crawl-ref/source/spells4.h
index 23809b3cda..a4bb6cfe45 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -48,7 +48,6 @@ void cast_see_invisible(int pow);
void cast_shatter(int pow);
void cast_silence(int pow);
void cast_sticks_to_snakes(int pow);
-void cast_summon_dragon(int pow);
void cast_chain_lightning( int pow );
void cast_conjure_ball_lightning(int pow);
void cast_summon_large_mammal(int pow);