From 5d2a499bab2f4c907e08803542329c65edb8231c Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sat, 7 Nov 2009 21:29:28 +0300 Subject: Remove unused check_weapon_shape. --- 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 a7e08bd1ef..11f8b1c724 100644 --- a/crawl-ref/source/itemprop.h +++ b/crawl-ref/source/itemprop.h @@ -669,8 +669,6 @@ bool check_weapon_wieldable_size( const item_def &item, size_type size ); int fit_item_throwable_size( const item_def &item, size_type size ); -bool check_weapon_shape( const item_def &item, bool quiet, bool check_id = false ); - int weapon_ev_bonus( const item_def &wpn, int skill, size_type body, int dex, bool hide_hidden = false ); -- cgit v1.2.3-54-g00ecf