summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 14:37:48 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 14:38:30 +0300
commit53585ee588425a47f6536bd0fc051f33ff6485b1 (patch)
treeb1380a67102f150493e2e24e1cecd7fbbc128197 /crawl-ref/source/itemprop.h
parentef0e98055ffed6b33f3dc02b17717304feade071 (diff)
downloadcrawl-ref-53585ee588425a47f6536bd0fc051f33ff6485b1.tar.gz
crawl-ref-53585ee588425a47f6536bd0fc051f33ff6485b1.zip
Remove unused check_armour_shape.
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 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);