diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-03-11 18:25:25 +0200 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-03-11 18:25:25 +0200 |
commit | ff0f2d2f9746b991c01bdbc8c685cb35c711cf2d (patch) | |
tree | ffce9869c2b61a1ff75abafd322bbec4f17fba11 /indra | |
parent | 7ca8e984be40e68c01d2b54092629d41b4df4e46 (diff) |
MAINT-5194 Visual Outfit Browser
Fixed Mac build issue
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lloutfitgallery.cpp | 1 | ||||
-rw-r--r-- | indra/newview/lloutfitgallery.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp index 48e78b62af..c301f5d570 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 dfb100bd43..97b80acd19 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -179,8 +179,6 @@ private: LLInventoryCategoriesObserver* mOutfitsObserver; }; -//static LLOutfitGallery* gOutfitGallery; - class LLOutfitGalleryGearMenu : public LLOutfitListGearMenuBase { public: |