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.h | |
parent | 19e9b5d488e5478d6c5ecbb85000e6da3e6124bb (diff) |
SL-19188 Fix thumbnail changes being ignored by outfit gallery
Diffstat (limited to 'indra/newview/lloutfitgallery.h')
-rw-r--r-- | indra/newview/lloutfitgallery.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h index 210e436b96..5c417cf7ee 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -43,15 +43,6 @@ class LLOutfitListGearMenuBase; class LLOutfitGalleryGearMenu; class LLOutfitGalleryContextMenu; -class LLUpdateGalleryOnPhotoLinked : public LLInventoryCallback -{ -public: - LLUpdateGalleryOnPhotoLinked(){} - virtual ~LLUpdateGalleryOnPhotoLinked(){} - /* virtual */ void fire(const LLUUID& inv_item_id); -private: -}; - class LLOutfitGallery : public LLOutfitListBase { public: @@ -82,10 +73,7 @@ public: /*virtual*/ BOOL postBuild(); /*virtual*/ void onOpen(const LLSD& info); - /*virtual*/ void draw(); - - void onSelectPhoto(LLUUID selected_outfit_id); - void onTakeSnapshot(LLUUID selected_outfit_id); + /*virtual*/ void draw(); void wearSelectedOutfit(); |