summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.h
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2011-10-14 23:53:43 +0200
committerPaul ProductEngine <pguslisty@productengine.com>2011-10-14 23:53:43 +0200
commit96a94a5840dca8a453ec14611dd8b2eb385deebb (patch)
tree39d9a5237b2b02f4a3722ede57090e6acb65932b /indra/newview/llpanelprofile.h
parentc224e589d072e733ec5b95f95b3770d5bf0584f0 (diff)
EXP-1311 FIXED (Modified My Profile floater to become Picks floater: removed unused profile panel.)
- Modified My Profile floater to become Picks floater: removed unused profile panel.
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rwxr-xr-xindra/newview/llpanelprofile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h
index fca359f51e..bd4457c240 100755
--- a/indra/newview/llpanelprofile.h
+++ b/indra/newview/llpanelprofile.h
@@ -46,8 +46,6 @@ public:
/*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE);
/*virtual*/ void onOpen(const LLSD& key);
- virtual void togglePanel(LLPanel*, const LLSD& key = LLSD());
-
virtual void openPanel(LLPanel* panel, const LLSD& params);
virtual void closePanel(LLPanel* panel);
@@ -60,8 +58,6 @@ protected:
virtual void onTabSelected(const LLSD& param);
- LLTabContainer* getTabCtrl() { return mTabCtrl; }
-
const LLUUID& getAvatarId() { return mAvatarId; }
void setAvatarId(const LLUUID& avatar_id) { mAvatarId = avatar_id; }
@@ -97,7 +93,6 @@ private:
};
//-- ChildStack ends ------------------------------------------------------
- LLTabContainer* mTabCtrl;
profile_tabs_t mTabContainer;
ChildStack mChildStack;
LLUUID mAvatarId;