summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-07 21:24:48 +0300
committerAdam Borowski <kilobyte@angband.pl>2009-11-07 19:23:49 +0100
commit63c1479a6d718e7ecdb4a9334b03737729cd5346 (patch)
treeb928db7503d65cb342875f6dbf526e657ae640be /crawl-ref/source/itemprop.h
parent816b651b6853e316be14964ec0aba419de373126 (diff)
downloadcrawl-ref-63c1479a6d718e7ecdb4a9334b03737729cd5346.tar.gz
crawl-ref-63c1479a6d718e7ecdb4a9334b03737729cd5346.zip
Remove unused is_double_ended and double_wpn_awkward_speed.
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 1c4543f856..b63ee75ae0 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -682,9 +682,6 @@ 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);
-bool is_double_ended( const item_def &item );
-
-int double_wpn_awkward_speed( const item_def &item );
bool is_demonic(const item_def &item);
bool is_blessed_blade(const item_def &item);