From ff0f2d2f9746b991c01bdbc8c685cb35c711cf2d Mon Sep 17 00:00:00 2001
From: pavelkproductengine <pavelkproductengine@lindenlab.com>
Date: Fri, 11 Mar 2016 18:25:25 +0200
Subject: [PATCH] MAINT-5194 Visual Outfit Browser Fixed Mac build issue

---
 indra/newview/lloutfitgallery.cpp | 1 -
 indra/newview/lloutfitgallery.h   | 2 --
 2 files changed, 3 deletions(-)

diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp
index 48e78b62af5..c301f5d5700 100644
--- a/indra/newview/lloutfitgallery.cpp
+++ b/indra/newview/lloutfitgallery.cpp
@@ -46,7 +46,6 @@
 #include "llwearableitemslist.h"
 
 static LLPanelInjector<LLOutfitGallery> t_outfit_gallery("outfit_gallery");
-static LLOutfitGallery* gOutfitGallery = NULL;
 
 LLOutfitGallery::LLOutfitGallery(const LLOutfitGallery::Params& p)
     : LLOutfitListBase(),
diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h
index dfb100bd43d..97b80acd196 100644
--- a/indra/newview/lloutfitgallery.h
+++ b/indra/newview/lloutfitgallery.h
@@ -179,8 +179,6 @@ class LLOutfitGallery : public LLOutfitListBase
     LLInventoryCategoriesObserver* 	mOutfitsObserver;
 };
 
-//static LLOutfitGallery* gOutfitGallery;
-
 class LLOutfitGalleryGearMenu : public LLOutfitListGearMenuBase
 {
 public:
-- 
GitLab