From 53585ee588425a47f6536bd0fc051f33ff6485b1 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sun, 8 Nov 2009 14:37:48 +0300 Subject: Remove unused check_armour_shape. --- crawl-ref/source/itemprop.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/itemprop.h') diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h index 90fdf97a9f..d4d1b5368d 100644 --- a/crawl-ref/source/itemprop.h +++ b/crawl-ref/source/itemprop.h @@ -641,7 +641,6 @@ bool hide2armour( item_def &item ); bool base_armour_is_light( const item_def &item ); int fit_armour_size( const item_def &item, size_type size ); bool check_armour_size( const item_def &item, size_type size ); -bool check_armour_shape( const item_def &item, bool quiet ); bool item_is_rechargeable(const item_def &it, bool hide_charged = false, bool weapons = false); -- cgit v1.2.3-54-g00ecf