diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-10-24 19:31:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 19:31:20 +0300 |
commit | a1695760821b4d19af204918a1764d9fca3e99b9 (patch) | |
tree | 20fbbb7ac83bc16ad6b99fc80b677a3b14804ef4 /indra/newview/lloutfitgallery.h | |
parent | 2465470817957c8378e81ec1a7e32551fbac7b26 (diff) |
SL-20468 Add ability to overwrite an existing outfit
Diffstat (limited to 'indra/newview/lloutfitgallery.h')
-rw-r--r-- | indra/newview/lloutfitgallery.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |