diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-07-30 17:33:41 -0700 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-07-30 17:33:41 -0700 |
commit | 52a39060c717fcbfd1c44f21009a5d0d5878944d (patch) | |
tree | cefa04c345e6f9b074706c9c28df6dcca36c9577 | |
parent | c0819d7998c3f19a3e2a808b0a1ce2d0e506230f (diff) |
fix for mac
-rw-r--r-- | indra/newview/llstatusbar.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index 39f0f32205..a6bb4d4d5f 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -111,8 +111,6 @@ const F32 ICON_TIMER_EXPIRY = 3.f; // How long the balance and health icons sho const F32 ICON_FLASH_FREQUENCY = 2.f; const S32 TEXT_HEIGHT = 18; -static void onClickHealth(void*); -static void onClickScriptDebug(void*); static void onClickVolume(void*); std::vector<std::string> LLStatusBar::sDays; |