From e2f498423c5c00d81274c2d952a7c767f246dea9 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sun, 8 Nov 2009 13:49:33 +0300 Subject: Remove unused check_jewellery_size. --- 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 3cbbcea3f1..90fdf97a9f 100644 --- a/crawl-ref/source/itemprop.h +++ b/crawl-ref/source/itemprop.h @@ -635,7 +635,6 @@ equipment_type get_armour_slot( armour_type arm ); bool jewellery_is_amulet( const item_def &item ); bool jewellery_is_amulet( int sub_type ); -bool check_jewellery_size( const item_def &item, size_type size ); bool hide2armour( item_def &item ); -- cgit v1.2.3-54-g00ecf