From 54c2248f1dd169774698f95c33381a856a915503 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sat, 14 Nov 2009 11:58:08 +0300 Subject: Remove unused player_damage_type. --- crawl-ref/source/player.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/player.h') diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h index 68cb1732cb..55894921f0 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -566,7 +566,6 @@ bool berserk_check_wielded_weapon(void); int player_equip( equipment_type slot, int sub_type, bool calc_unid = true ); int player_equip_ego_type( int slot, int sub_type ); bool player_equip_unrand( int unrand_index ); -int player_damage_type(void); bool player_can_hit_monster(const monsters *mon); bool player_is_shapechanged(void); -- cgit v1.2.3-54-g00ecf