From 25f087b2cc69710ba0082d52b5f693bed969dc11 Mon Sep 17 00:00:00 2001 From: Beq Date: Tue, 9 Sep 2025 15:20:21 +0100 Subject: [PATCH] Another set-unused...Ayane promises its the last though. --- indra/newview/llappearancemgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index d2bb1325ce..7280c79ee5 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -5322,7 +5322,7 @@ bool wear_category(const LLSD& query_map, bool append) { if (LLViewerInventoryCategory* cat = gInventory.getCategory(folder_uuid)) { - if (bool is_library = gInventory.isObjectDescendentOf(folder_uuid, gInventory.getRootFolderID())) + if (gInventory.isObjectDescendentOf(folder_uuid, gInventory.getRootFolderID())) // set and unused { LLPointer new_category = new LLInventoryCategory(folder_uuid, LLUUID::null, LLFolderType::FT_CLOTHING, "Quick Appearance"); LLAppearanceMgr::getInstance()->wearInventoryCategory(new_category, true, append);