From 5775da5b7de46dbfb59a2f9a8e2ecb0a971e28ee Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sat, 7 Nov 2009 22:02:11 +0300 Subject: Remove unused weapon_impact_mass and weapon_str_required. --- crawl-ref/source/itemprop.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/itemprop.h') diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h index cbc51d6fb9..3508c87c35 100644 --- a/crawl-ref/source/itemprop.h +++ b/crawl-ref/source/itemprop.h @@ -689,8 +689,6 @@ int single_damage_type(const item_def &item); int weapon_str_weight( const item_def &wpn ); int weapon_dex_weight( const item_def &wpn ); -int weapon_impact_mass( const item_def &wpn ); -int weapon_str_required( const item_def &wpn, bool half ); skill_type weapon_skill( const item_def &item ); skill_type weapon_skill( object_class_type wclass, int wtype ); -- cgit v1.2.3-54-g00ecf