summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r--indra/newview/llpanelprofile.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h
index beec2f91c8..e87de9f96f 100644
--- a/indra/newview/llpanelprofile.h
+++ b/indra/newview/llpanelprofile.h
@@ -40,7 +40,6 @@
// class LLPanelProfileSecondLife;
// class LLPanelProfileWeb;
-// class LLPanelProfileInterests;
// class LLPanelProfilePicks;
// class LLPanelProfileFirstLife;
// class LLPanelProfileNotes;
@@ -264,41 +263,6 @@ private:
};
/**
-* Panel for displaying Avatar's interests.
-*/
-class LLPanelProfileInterests
- : public LLPanelProfileTab
-{
-public:
- LLPanelProfileInterests();
- /*virtual*/ ~LLPanelProfileInterests();
-
- /*virtual*/ void onOpen(const LLSD& key);
-
- /*virtual*/ BOOL postBuild();
-
- /*virtual*/ void processProperties(void* data, EAvatarProcessorType type);
-
- void resetData();
-
- /**
- * Saves changes.
- */
- virtual void apply();
-
-protected:
- /*virtual*/ void updateButtons();
-
-private:
- LLCheckBoxCtrl* mWantChecks[8];
- LLCheckBoxCtrl* mSkillChecks[6];
- LLLineEditor* mWantToEditor;
- LLLineEditor* mSkillsEditor;
- LLLineEditor* mLanguagesEditor;
-};
-
-
-/**
* Panel for displaying Avatar's first life related info.
*/
class LLPanelProfileFirstLife
@@ -436,7 +400,6 @@ private:
LLPanelProfileSecondLife* mPanelSecondlife;
LLPanelProfileWeb* mPanelWeb;
- LLPanelProfileInterests* mPanelInterests;
LLPanelProfilePicks* mPanelPicks;
LLPanelProfileClassifieds* mPanelClassifieds;
LLPanelProfileFirstLife* mPanelFirstlife;