Skip to content
Snippets Groups Projects
Commit ff0f2d2f authored by pavelkproductengine's avatar pavelkproductengine
Browse files

MAINT-5194 Visual Outfit Browser

Fixed Mac build issue
parent 7ca8e984
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
#include "llwearableitemslist.h" #include "llwearableitemslist.h"
static LLPanelInjector<LLOutfitGallery> t_outfit_gallery("outfit_gallery"); static LLPanelInjector<LLOutfitGallery> t_outfit_gallery("outfit_gallery");
static LLOutfitGallery* gOutfitGallery = NULL;
LLOutfitGallery::LLOutfitGallery(const LLOutfitGallery::Params& p) LLOutfitGallery::LLOutfitGallery(const LLOutfitGallery::Params& p)
: LLOutfitListBase(), : LLOutfitListBase(),
......
...@@ -179,8 +179,6 @@ class LLOutfitGallery : public LLOutfitListBase ...@@ -179,8 +179,6 @@ class LLOutfitGallery : public LLOutfitListBase
LLInventoryCategoriesObserver* mOutfitsObserver; LLInventoryCategoriesObserver* mOutfitsObserver;
}; };
//static LLOutfitGallery* gOutfitGallery;
class LLOutfitGalleryGearMenu : public LLOutfitListGearMenuBase class LLOutfitGalleryGearMenu : public LLOutfitListGearMenuBase
{ {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment