From fc47d3d34c2e0bd428937bc1266d7375d013c422 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sat, 14 Nov 2009 11:57:40 +0300 Subject: Remove unused player_damage_brand. --- crawl-ref/source/player.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index a56b9ffcb2..32d5fdc4e2 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -1001,11 +1001,6 @@ bool player_equip_unrand(int unrand_index) return (false); } -int player_damage_brand(void) -{ - return (you.damage_brand()); -} - int player_damage_type(void) { return (you.damage_type()); -- cgit v1.2.3-54-g00ecf