diff options
| author | Logan Dethrow <log@lindenlab.com> | 2011-09-19 14:50:08 -0400 |
|---|---|---|
| committer | Logan Dethrow <log@lindenlab.com> | 2011-09-19 14:50:08 -0400 |
| commit | 5b7b3cbbbbec439880a33af8944d10c7bb527c3a (patch) | |
| tree | 3e37afeba3e2bb67f53327719de72b4506d2605e /indra/newview/llsidetray.cpp | |
| parent | c7dd3aac83eb9bde5fe0febaebcd998847bf1889 (diff) | |
| parent | 2fba01d160716b886a7dfc0c86abda767a25d23f (diff) | |
Merge
Diffstat (limited to 'indra/newview/llsidetray.cpp')
| -rw-r--r-- | indra/newview/llsidetray.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llsidetray.cpp b/indra/newview/llsidetray.cpp index a7c4057846..0d28b3c042 100644 --- a/indra/newview/llsidetray.cpp +++ b/indra/newview/llsidetray.cpp @@ -685,7 +685,6 @@ LLSideTrayTab* LLSideTray::getTab(const std::string& name) bool LLSideTray::isTabAttached(const std::string& name) { LLSideTrayTab* tab = getTab(name); - llassert(tab); if (!tab) return false; return std::find(mTabs.begin(), mTabs.end(), tab) != mTabs.end(); @@ -1449,7 +1448,7 @@ void LLSideTray::updateSidetrayVisibility() parent->setVisible(new_visibility); // Signal change of visible width. - llinfos << "Visible: " << new_visibility << llendl; + //llinfos << "Visible: " << new_visibility << llendl; mVisibleWidthChangeSignal(this, new_visibility); } } |
