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 | 3caa8cb79b7014971438c1c6266e2e83bec2e021 (patch) | |
tree | cefa04c345e6f9b074706c9c28df6dcca36c9577 /indra | |
parent | db7fb78b8b915d1ab1ae3af7a9ae4c3c4608525b (diff) |
fix for mac
Diffstat (limited to 'indra')
-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; |