summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 17:25:40 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 17:25:40 +0300
commitd57125aef79d02af28e575a9188f0adac67f17d3 (patch)
treeb8b78c883c7684f67f95483f1614d9a87c08c214 /crawl-ref/source/itemprop.h
parent56d5d35905c727a656c0ca8532da3c249ec371c3 (diff)
downloadcrawl-ref-d57125aef79d02af28e575a9188f0adac67f17d3.tar.gz
crawl-ref-d57125aef79d02af28e575a9188f0adac67f17d3.zip
Remove unused armour_not_shiny.
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 fce3044e82..3d7b57383c 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -627,7 +627,6 @@ int get_ammo_brand( const item_def &item );
// armour functions:
int armour_max_enchant( const item_def &item );
bool armour_is_hide( const item_def &item, bool inc_made = false );
-bool armour_not_shiny( const item_def &item );
equipment_type get_armour_slot( const item_def &item );
equipment_type get_armour_slot( armour_type arm );