summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-07 21:29:48 +0300
committerAdam Borowski <kilobyte@angband.pl>2009-11-07 19:24:19 +0100
commit5e294c8cc236c58e72dff69c51b24d6b59533359 (patch)
treeda67f8150a94fd0a4b2299749f9e19c55185e719 /crawl-ref/source/itemprop.h
parent5d2a499bab2f4c907e08803542329c65edb8231c (diff)
downloadcrawl-ref-5e294c8cc236c58e72dff69c51b24d6b59533359.tar.gz
crawl-ref-5e294c8cc236c58e72dff69c51b24d6b59533359.zip
Remove unused get_inv_wielded and get_inv_in_hand.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 11f8b1c724..413ee459df 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -672,9 +672,6 @@ int fit_item_throwable_size( const item_def &item, size_type size );
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_in_hand( void );
-
hands_reqd_type hands_reqd( const item_def &item, size_type size );
hands_reqd_type hands_reqd(object_class_type base_type, int sub_type,
size_type size);