summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-08-22 16:16:54 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-08-22 16:16:54 -0400
commit6e2739b76c669275b9ad62aa1b888cfc891012eb (patch)
tree48d69e8a6f2415c115f096fbd70e2a33fb9170d4 /indra/newview/llvoavatarself.cpp
parent48d9dc9a8ef0a6f4aa53fa1061463678cb9de0c7 (diff)
SH-3625 - some associated cleanup, do_update field is useless in various calls because of possible race conditions
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-xindra/newview/llvoavatarself.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index 3604a373ad..6c8cbc37f7 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -1296,7 +1296,7 @@ BOOL LLVOAvatarSelf::detachAttachmentIntoInventory(const LLUUID &item_id)
const LLViewerObject *attached_obj = gAgentAvatarp->getWornAttachment(item_id);
if (!attached_obj)
{
- LLAppearanceMgr::instance().removeCOFItemLinks(item_id, false);
+ LLAppearanceMgr::instance().removeCOFItemLinks(item_id);
}
}
return TRUE;