diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-10-14 12:34:28 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-10-14 12:34:28 +0300 |
commit | 46596485982768844c9d373c2ddca3d678a24e2c (patch) | |
tree | 9f072a7adc7a534e5d08a66d9335ebfa20a170de /indra/newview/llpaneloutfitedit.h | |
parent | 6589c200199e1fe0d0bf5f610d990ae197108981 (diff) |
STORM-381 FIXED Restored ability to join/create group from People tab > My Groups.
Backing out changeset fe6c8e0a4a23 (which was made to fix STORM-263).
We'll examine and fix the faulty changes.
Diffstat (limited to 'indra/newview/llpaneloutfitedit.h')
-rw-r--r-- | indra/newview/llpaneloutfitedit.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llpaneloutfitedit.h b/indra/newview/llpaneloutfitedit.h index 07edbdb9ba..2dca986e33 100644 --- a/indra/newview/llpaneloutfitedit.h +++ b/indra/newview/llpaneloutfitedit.h @@ -38,7 +38,6 @@ #include "llinventory.h" #include "llinventoryfunctions.h" #include "llinventorymodel.h" -#include "llmenubutton.h" #include "llwearableitemslist.h" class LLButton; @@ -239,8 +238,8 @@ private: LLMenuGL* mAddWearablesGearMenu; bool mInitialized; std::auto_ptr<LLSaveOutfitComboBtn> mSaveComboBtn; - LLMenuButton* mWearablesGearMenuBtn; - LLMenuButton* mGearMenuBtn; + + }; |