diff options
author | James Cook <james@lindenlab.com> | 2010-01-15 11:23:01 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-01-15 11:23:01 -0800 |
commit | 9d7108e8f1f3d27743dc735669ad34318858464b (patch) | |
tree | dc0b1004515e68c705ce6506a891d054520fa3f0 /indra/newview | |
parent | aaef23d7eb1c17ea744fe5737af91b1ed228d416 (diff) |
Fix linux build - missed unused function declaration
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llstatusbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index 0c9c6eaebe..24895e7a35 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -107,7 +107,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 onClickBuyCurrency(void*); static void onClickHealth(void*); static void onClickScriptDebug(void*); static void onClickVolume(void*); |