diff options
author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-15 23:21:28 -0500 |
---|---|---|
committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-15 23:21:28 -0500 |
commit | d02987453170b7ec395746a6f860d2c4e1356cdd (patch) | |
tree | 0039f2f95610f6f3a9ee634fa488bfbefa8f32f5 | |
parent | a39bda1b775a161558f75bd0a23575b8ef78a80e (diff) |
EXT-2203 & EXT-2302 - Look->Outfit rename and wear button enabling not properly hooked up
-rw-r--r-- | indra/newview/llpanelappearancetab.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelappearancetab.h b/indra/newview/llpanelappearancetab.h index 8a9ba66ec0..c2f8dbd074 100644 --- a/indra/newview/llpanelappearancetab.h +++ b/indra/newview/llpanelappearancetab.h @@ -53,12 +53,8 @@ public: bool isTabVisible(); // Check if parent TabContainer is visible. - void setPanelAppearanceButtons(LLPanelAppearance* panel); - protected: - LLButton* mWearBtn; - LLButton* mEditBtn; LLPanelAppearance* mParent; }; |