From a1695760821b4d19af204918a1764d9fca3e99b9 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Tue, 24 Oct 2023 19:31:20 +0300 Subject: SL-20468 Add ability to overwrite an existing outfit --- indra/newview/lloutfitgallery.h | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview/lloutfitgallery.h') diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h index 9915752962..d27352eb3b 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -202,7 +202,6 @@ protected: /* virtual */ LLContextMenu* createMenu(); bool onEnable(LLSD::String param); bool onVisible(LLSD::String param); - void onThumbnail(const LLUUID& outfit_cat_id); void onCreate(const LLSD& data); private: LLOutfitListBase* mOutfitList; -- cgit v1.2.3 From 0ab4edd019d84aa5683b9cc77c66e81be2fa58a4 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Thu, 2 Nov 2023 02:07:38 +0200 Subject: DRTVWR-594 Mac buildfix (remove unused field) --- indra/newview/lloutfitgallery.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'indra/newview/lloutfitgallery.h') diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h index d27352eb3b..b18151599f 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -195,16 +195,13 @@ public: friend class LLOutfitGallery; LLOutfitGalleryContextMenu(LLOutfitListBase* outfit_list) - : LLOutfitContextMenu(outfit_list), - mOutfitList(outfit_list){} + : LLOutfitContextMenu(outfit_list){} protected: /* virtual */ LLContextMenu* createMenu(); bool onEnable(LLSD::String param); bool onVisible(LLSD::String param); void onCreate(const LLSD& data); -private: - LLOutfitListBase* mOutfitList; }; -- cgit v1.2.3