From 1c3415a86cc3ad2e3ab9af953dce5e38ec347d78 Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 15 Feb 2009 22:18:34 +0000 Subject: Fix warning. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9096 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index 1ef58c5818..c678e0b0d0 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -14,18 +14,8 @@ struct dist; -// last updated 24may2000 {dlb} -/* *********************************************************************** - * called from: spell - * *********************************************************************** */ bool brand_weapon(brand_type which_brand, int power); - - -// last updated 24may2000 {dlb} -/* *********************************************************************** - * called from: spell - * *********************************************************************** */ -bool burn_freeze(int pow, beam_type flavour, int targetmon); +bool burn_freeze(int pow, beam_type flavour, monsters *monster); void corpse_rot(); -- cgit v1.2.3-54-g00ecf