Skip to content

Commit 506d1dc

Browse files
committed
Accurately reflect the worn status of inventory items (the reasons for why this was needed have been resolved in previous commits)
1 parent d50d05b commit 506d1dc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

indra/newview/llinventoryfunctions.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -606,12 +606,6 @@ bool get_is_item_worn(const LLUUID& id, const LLViewerInventoryItem* item)
606606
return false;
607607
}
608608

609-
// Consider the item as worn if it has links in COF.
610-
if (LLAppearanceMgr::instance().isLinkedInCOF(id))
611-
{
612-
return true;
613-
}
614-
615609
switch(item->getType())
616610
{
617611
case LLAssetType::AT_OBJECT:

0 commit comments

Comments
 (0)