summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-10-18 12:07:21 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-10-18 12:07:59 +0300
commitfdc47e9a1670850977b3087e41343d9ba435d585 (patch)
tree2fd6110cf9e72c8b2c19938ae1b967c67a718866
parente233e4fb50e513b58f4452086182b60b25440fac (diff)
SL-20232 Cleanup #6
-rw-r--r--indra/newview/llappearancemgr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index 61b86d6a4a..8673dc6a33 100644
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -3176,7 +3176,6 @@ void LLAppearanceMgr::removeCOFItemLinks(const LLUUID& item_id, LLPointer<LLInve
{
// Immediate delete
remove_inventory_item(item->getUUID(), cb, true);
- remove_inventory_item(item->getUUID(), cb, true);
gInventory.addChangedMask(LLInventoryObserver::LABEL, item_id);
}
else