diff options
author | Kent Quirk <q@lindenlab.com> | 2010-09-28 13:28:48 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-09-28 13:28:48 -0400 |
commit | ff46d7a2748d8e371cebdd44c14e1b34a8da8c92 (patch) | |
tree | 16d2c03afc8255a892d34d01a22bb19f1e6bfe90 /indra/newview/llstatusbar.cpp | |
parent | 53bfc13ab8732633d8a53c2d3602aff3e3e652d2 (diff) | |
parent | d9547f5e8074f5997320815e8352c981022cb622 (diff) |
Merge beta changes to viewer-dev.
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-rw-r--r-- | indra/newview/llstatusbar.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index c3e4775fe1..e9fc25404a 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -217,8 +217,6 @@ BOOL LLStatusBar::postBuild() mSGPacketLoss->mPerSec = FALSE; addChild(mSGPacketLoss); - getChild<LLTextBox>("stat_btn")->setClickedCallback(onClickStatGraph); - mPanelVolumePulldown = new LLPanelVolumePulldown(); addChild(mPanelVolumePulldown); mPanelVolumePulldown->setFollows(FOLLOWS_TOP|FOLLOWS_RIGHT); @@ -516,12 +514,6 @@ void LLStatusBar::onClickMediaToggle(void* data) LLViewerMedia::setAllMediaEnabled(enable); } -// static -void LLStatusBar::onClickStatGraph(void* data) -{ - LLFloaterReg::showInstance("lagmeter"); -} - BOOL can_afford_transaction(S32 cost) { return((cost <= 0)||((gStatusBar) && (gStatusBar->getBalance() >=cost))); |