diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-21 23:59:03 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-21 23:59:03 +0200 |
commit | 24f8f47d46b9f04d2c14571fd83e1f683296ff2f (patch) | |
tree | 0aaa640e77efc7bfe6ae3103aec7bba2d11cfc5f /indra/newview/lloutfitgallery.cpp | |
parent | 19e9b5d488e5478d6c5ecbb85000e6da3e6124bb (diff) |
SL-19188 Fix thumbnail changes being ignored by outfit gallery
Diffstat (limited to 'indra/newview/lloutfitgallery.cpp')
-rw-r--r-- | indra/newview/lloutfitgallery.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp index a275af1565..6ea1bfc54a 100644 --- a/indra/newview/lloutfitgallery.cpp +++ b/indra/newview/lloutfitgallery.cpp @@ -1021,10 +1021,6 @@ void LLOutfitGallery::refreshOutfit(const LLUUID& category_id) } } -void LLUpdateGalleryOnPhotoLinked::fire(const LLUUID& inv_item_id) -{ -} - LLUUID LLOutfitGallery::getPhotoAssetId(const LLUUID& outfit_id) { outfit_map_t::iterator outfit_it = mOutfitMap.find(outfit_id); |