summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.cpp
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2011-11-18 19:32:58 +0200
committerPaul ProductEngine <pguslisty@productengine.com>2011-11-18 19:32:58 +0200
commitdf7f4f60b60e7d53060e4d8e3d0ca03bf74bf24e (patch)
treeef3bf8bfe2eaefc49c3da467c97e81d188d3dc58 /indra/newview/llpanelprofile.cpp
parentf78dcdf2c4c3ccc7864d5487e748ec7a4e1740fb (diff)
EXP-1576 FIXED (Remove old profile window from People panel)
- Removed old profile window from People panel with all subpanels and dependencies
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rwxr-xr-xindra/newview/llpanelprofile.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp
index 5ce59d8959..c237bf1d06 100755
--- a/indra/newview/llpanelprofile.cpp
+++ b/indra/newview/llpanelprofile.cpp
@@ -38,7 +38,6 @@
#include "llviewernetwork.h"
static const std::string PANEL_PICKS = "panel_picks";
-static const std::string PANEL_PROFILE = "panel_profile";
std::string getProfileURL(const std::string& agent_name)
{
@@ -272,7 +271,6 @@ BOOL LLPanelProfile::postBuild()
panel_picks->setProfilePanel(this);
getTabContainer()[PANEL_PICKS] = panel_picks;
- getTabContainer()[PANEL_PROFILE] = findChild<LLPanelAvatarProfile>(PANEL_PROFILE);
return TRUE;
}