summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/transfor.cc')
-rw-r--r--crawl-ref/source/transfor.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index 603a2547ba..db9260d430 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -1020,16 +1020,6 @@ bool can_equip( equipment_type use_which, bool ignore_temporary )
return (true);
}
-// raw comparison of an item, must use check_armour_shape for full version
-bool transform_can_equip_type( int eq_slot )
-{
- // FIXME FIXME FIXME
- return (false);
-
- // const int form = you.attribute[ATTR_TRANSFORMATION];
- // return (!must_remove( Trans[form].rem_stuff, eq_slot ));
-}
-
void _extra_hp(int amount_extra) // must also set in calc_hp
{
calc_hp();