From 56d5d35905c727a656c0ca8532da3c249ec371c3 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sun, 8 Nov 2009 17:21:20 +0300 Subject: Remove unused armour_str_required. --- crawl-ref/source/itemprop.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/itemprop.h') 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 ); -- cgit v1.2.3-54-g00ecf