diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-07-30 17:30:53 -0700 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-07-30 17:30:53 -0700 |
commit | c0819d7998c3f19a3e2a808b0a1ce2d0e506230f (patch) | |
tree | ef2643e4a2d3b465395e423aae9130d581165b84 | |
parent | 81817394716c2666d373f0ea71796c0176c5c27f (diff) |
fix for mac build
-rw-r--r-- | indra/newview/llstatusbar.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index 213925ecdf..39f0f32205 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -464,16 +464,6 @@ void LLStatusBar::onClickBuyCurrency() LLBuyCurrencyHTML::openCurrencyFloater(); } -static void onClickHealth(void* ) -{ - LLNotificationsUtil::add("NotSafe"); -} - -static void onClickScriptDebug(void*) -{ - LLFloaterScriptDebug::show(LLUUID::null); -} - void LLStatusBar::onMouseEnterVolume() { LLButton* volbtn = getChild<LLButton>( "volume_btn" ); |