From d84e50da7a1fd92e5c6615add2a3c4638288a4e0 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sat, 7 Nov 2009 21:28:28 +0300 Subject: Remove unused check_weapon_tool_size and get_inv_hand_tool. --- 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 b63ee75ae0..a7e08bd1ef 100644 --- a/crawl-ref/source/itemprop.h +++ b/crawl-ref/source/itemprop.h @@ -664,7 +664,6 @@ bool shield_reflects(const item_def &shield); int weapon_rarity( int w_type ); int cmp_weapon_size( const item_def &item, size_type size ); -bool check_weapon_tool_size( const item_def &item, size_type size ); int fit_weapon_wieldable_size( const item_def &item, size_type size ); bool check_weapon_wieldable_size( const item_def &item, size_type size ); @@ -676,7 +675,6 @@ int weapon_ev_bonus( const item_def &wpn, int skill, size_type body, int dex, bool hide_hidden = false ); int get_inv_wielded( void ); -int get_inv_hand_tool( void ); int get_inv_in_hand( void ); hands_reqd_type hands_reqd( const item_def &item, size_type size ); -- cgit v1.2.3-54-g00ecf