summaryrefslogtreecommitdiff
path: root/indra/llui/llpanel.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2014-03-11 11:13:16 -0700
committersimon <none@none>2014-03-11 11:13:16 -0700
commitcf2a180823e4e6daa0649ab54a5f7ed6ba14dbb2 (patch)
tree58d360f3ed849ddccae91b139b246318a1648c52 /indra/llui/llpanel.cpp
parent2ae011dc5ce8b2112c65757ac85e0567165975cf (diff)
parentc7aad1f7e3f643706d714b4426070174abc95145 (diff)
Merge downstream code with 3.7.3 and new version number
Diffstat (limited to 'indra/llui/llpanel.cpp')
-rwxr-xr-xindra/llui/llpanel.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llui/llpanel.cpp b/indra/llui/llpanel.cpp
index b1c5f2774d..67472ad166 100755
--- a/indra/llui/llpanel.cpp
+++ b/indra/llui/llpanel.cpp
@@ -126,11 +126,7 @@ LLPanel::LLPanel(const LLPanel::Params& p)
LLPanel::~LLPanel()
{
- LL_INFOS("Baker") << "[3555] ~LLPanel() -- " << getName() << ":" << (void*) this << " ----------------------" << LL_ENDL;
-
delete mVisibleSignal;
-
- LL_INFOS("Baker") << "[3555] Exiting ~LLPanel() " << (void*) this << LL_ENDL;
}
// virtual