diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-05-31 13:18:05 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-05-31 13:18:05 +0800 |
commit | 7b8617ad902334f7ee097d6a132c164d5fd502c7 (patch) | |
tree | b9be236309d650bf87485585389ae9df72cd5828 | |
parent | 28f8456367d07cac4bf18dce00d86f4360fd4433 (diff) | |
parent | 2d0f9e473768b16e2a1df1eafe1e646d316ff820 (diff) |
Merge tag 'Second_Life_Release#2d0f9e47-2025.05' into 2025.05
-rw-r--r-- | indra/newview/lloutfitgallery.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp index 80cc01f1ab..3adee9fa16 100644 --- a/indra/newview/lloutfitgallery.cpp +++ b/indra/newview/lloutfitgallery.cpp @@ -832,17 +832,6 @@ void LLOutfitGallery::updateAddedCategory(LLUUID cat_id) return; } - if (!isOutfitFolder(cat)) - { - // Assume a subfolder that contains or will contain outfits, track it - const LLUUID outfits = gInventory.findCategoryUUIDForType(LLFolderType::FT_MY_OUTFITS); - mCategoriesObserver->addCategory(cat_id, [this, outfits]() - { - observerCallback(outfits); - }); - return; - } - LLOutfitGalleryItem* item = buildGalleryItem(cat->getName(), cat_id, cat->getIsFavorite()); mOutfitMap.insert(LLOutfitGallery::outfit_map_value_t(cat_id, item)); item->setRightMouseDownCallback(boost::bind(&LLOutfitListBase::outfitRightClickCallBack, this, |