summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-15 23:21:28 -0500
committerEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-15 23:21:28 -0500
commitd02987453170b7ec395746a6f860d2c4e1356cdd (patch)
tree0039f2f95610f6f3a9ee634fa488bfbefa8f32f5 /indra
parenta39bda1b775a161558f75bd0a23575b8ef78a80e (diff)
EXT-2203 & EXT-2302 - Look->Outfit rename and wear button enabling not properly hooked up
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpanelappearancetab.h4
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;
};