summaryrefslogtreecommitdiff
path: root/indra/llui/llpanel.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2014-03-11 10:41:52 -0700
committersimon <none@none>2014-03-11 10:41:52 -0700
commitc7aad1f7e3f643706d714b4426070174abc95145 (patch)
treeaefbe573a6bf0deb3278840b3078ebd3368ef63a /indra/llui/llpanel.cpp
parent8b28593c107145af24f860b3f8d55568987ac6c0 (diff)
parentcb91708332b8b8ddfe27808602ec5f43f11c24c2 (diff)
Merge downstream code to 3.7.4
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