summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 13:49:33 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 13:49:33 +0300
commite2f498423c5c00d81274c2d952a7c767f246dea9 (patch)
tree9006d5ffe86c7e7e6dd791cbc727b0944fb20937 /crawl-ref/source/itemprop.h
parent749d086b94b97465dbd6589d3f6536a49688b44c (diff)
downloadcrawl-ref-e2f498423c5c00d81274c2d952a7c767f246dea9.tar.gz
crawl-ref-e2f498423c5c00d81274c2d952a7c767f246dea9.zip
Remove unused check_jewellery_size.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 0 insertions, 1 deletions
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 );