From 025b87d903ad3d6ad35496fe50087719ccdd32b6 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sun, 8 Nov 2009 14:29:00 +0300 Subject: Remove unused transform_can_equip_type. --- crawl-ref/source/itemprop.cc | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'crawl-ref/source/itemprop.cc') diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc index 2e967d060b..db3517ec3a 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -1298,21 +1298,6 @@ bool check_armour_shape( const item_def &item, bool quiet ) } } - // Note: This need to be checked after all the special cases - // above, and in addition to shapechanged or not. This is - // a simple check against the armour types that are forced off. - - // FIXME FIXME FIXME - /* - if (!transform_can_equip_type( slot )) - { - if (!quiet) - mpr( "You can't wear that in your current form!" ); - - return (false); - } - */ - return (true); } -- cgit v1.2.3-54-g00ecf