diff options
| author | simon <none@none> | 2014-03-11 11:13:16 -0700 |
|---|---|---|
| committer | simon <none@none> | 2014-03-11 11:13:16 -0700 |
| commit | cf2a180823e4e6daa0649ab54a5f7ed6ba14dbb2 (patch) | |
| tree | 58d360f3ed849ddccae91b139b246318a1648c52 /indra/llui/lltabcontainer.cpp | |
| parent | 2ae011dc5ce8b2112c65757ac85e0567165975cf (diff) | |
| parent | c7aad1f7e3f643706d714b4426070174abc95145 (diff) | |
Merge downstream code with 3.7.3 and new version number
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
| -rwxr-xr-x | indra/llui/lltabcontainer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp index 26189fcb8c..2b9286f663 100755 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -280,12 +280,8 @@ LLTabContainer::LLTabContainer(const LLTabContainer::Params& p) LLTabContainer::~LLTabContainer() { - LL_INFOS("Baker") << "[3555] ~LLTabContainer() -- " << getPanelTitle(mCurrentTabIdx) << ":" << (void*) this << " ----------------------" << LL_ENDL; - std::for_each(mTabList.begin(), mTabList.end(), DeletePointer()); mTabList.clear(); - - LL_INFOS("Baker") << "[3555] Exiting ~LLTabContainer() " << (void*) this << LL_ENDL; } //virtual |
