summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 17:21:20 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 17:21:20 +0300
commit56d5d35905c727a656c0ca8532da3c249ec371c3 (patch)
tree44cc0fbbc58803c9418be9c3d170e392883a9e8e /crawl-ref/source/itemprop.h
parentfd202fad9649bbcbd879edf2baca6f907f373890 (diff)
downloadcrawl-ref-56d5d35905c727a656c0ca8532da3c249ec371c3.tar.gz
crawl-ref-56d5d35905c727a656c0ca8532da3c249ec371c3.zip
Remove unused armour_str_required.
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 d4d1b5368d..fce3044e82 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -628,7 +628,6 @@ int get_ammo_brand( const item_def &item );
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 );
-int armour_str_required( const item_def &arm );
equipment_type get_armour_slot( const item_def &item );
equipment_type get_armour_slot( armour_type arm );