summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-07 21:28:28 +0300
committerAdam Borowski <kilobyte@angband.pl>2009-11-07 19:24:00 +0100
commitd84e50da7a1fd92e5c6615add2a3c4638288a4e0 (patch)
tree9280b1f99890dfb5b6ea84978028f165b22dbda2 /crawl-ref/source/itemprop.h
parent63c1479a6d718e7ecdb4a9334b03737729cd5346 (diff)
downloadcrawl-ref-d84e50da7a1fd92e5c6615add2a3c4638288a4e0.tar.gz
crawl-ref-d84e50da7a1fd92e5c6615add2a3c4638288a4e0.zip
Remove unused check_weapon_tool_size and get_inv_hand_tool.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h2
1 files changed, 0 insertions, 2 deletions
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 );