summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
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);