summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-04-10 08:55:03 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-04-10 08:55:03 -0400
commit0350e04e6e3be2a80038fc69a56498154aaed3a8 (patch)
tree4082a87f7253937ce8221a70ac74ea83551c3e59 /indra/newview/llappearancemgr.cpp
parent6ac9852d54d1ee4f826a08ca73f08bccf403d8c3 (diff)
DRTVWR-397 WIP - removed get_linked_uuid(), duplicate of gInventory.getLinkedItemID()
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-xindra/newview/llappearancemgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index c4dd71de89..d4bdb5f41b 100755
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -2652,7 +2652,7 @@ LLInventoryModel::item_array_t LLAppearanceMgr::findCOFItemLinks(const LLUUID& i
{
LLInventoryModel::item_array_t result;
- LLUUID linked_id = get_linked_uuid(item_id);
+ LLUUID linked_id = gInventory.getLinkedItemID(item_id);
LLInventoryModel::cat_array_t cat_array;
LLInventoryModel::item_array_t item_array;
gInventory.collectDescendents(LLAppearanceMgr::getCOF(),