diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-02-05 20:26:07 +0200 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-02-05 20:26:07 +0200 |
commit | 6b3394967a978e9f030dbe15ea6afb85b32d0f9f (patch) | |
tree | 9a229896f3a756816a50d44d57911c5aa48410ae /indra/newview/lloutfitgallery.h | |
parent | 12608244387c3247adb759f221da99eb823f53c4 (diff) | |
parent | 5b76576a5a4bde9ae21c080bd612e84d6130ac99 (diff) |
MAINT-5194 Visual Outfit Browser
Merge with changes for Mac
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 01d56d917f..323e2580f6 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -104,7 +104,6 @@ private: LLPanel* buildLayoutPanel(int left); LLPanel* buildLayoutStak(int left, int bottom); void moveLayoutStak(LLPanel* stack, int left, int bottom); - LLView* mView; std::vector<LLPanel*> mStacks; std::vector<LLPanel*> mPanels; std::vector<LLOutfitGalleryItem*> mItems; |