summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 14:29:00 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 14:29:00 +0300
commit025b87d903ad3d6ad35496fe50087719ccdd32b6 (patch)
tree9f1f6cc328c268bba151fa6fa05aa72569d676cf /crawl-ref/source/itemprop.cc
parente2f498423c5c00d81274c2d952a7c767f246dea9 (diff)
downloadcrawl-ref-025b87d903ad3d6ad35496fe50087719ccdd32b6.tar.gz
crawl-ref-025b87d903ad3d6ad35496fe50087719ccdd32b6.zip
Remove unused transform_can_equip_type.
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc15
1 files changed, 0 insertions, 15 deletions
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);
}