diff options
-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: |