diff options
| author | callum_linden <none@none> | 2014-10-20 14:00:39 -0700 |
|---|---|---|
| committer | callum_linden <none@none> | 2014-10-20 14:00:39 -0700 |
| commit | 577a3973ea1bc268b14ba3101474fb0b9a9bade1 (patch) | |
| tree | 4bbe95bf73cf7fac29683fc0f00eec2b15f701d0 /indra/newview/llstatusbar.cpp | |
| parent | c853b470db48d9bdda0a336068c4bbbe2ab2761f (diff) | |
Update to build on Xcode 6.0: Large (and final) collection of fixes for unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
| -rwxr-xr-x | indra/newview/llstatusbar.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index eedb829b48..2d4b23d892 100755 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -94,16 +94,11 @@ extern S32 MENU_BAR_HEIGHT; // TODO: these values ought to be in the XML too -const S32 MENU_PARCEL_SPACING = 1; // Distance from right of menu item to parcel information const S32 SIM_STAT_WIDTH = 8; -const F32 SIM_WARN_FRACTION = 0.75f; -const F32 SIM_FULL_FRACTION = 0.98f; const LLColor4 SIM_OK_COLOR(0.f, 1.f, 0.f, 1.f); const LLColor4 SIM_WARN_COLOR(1.f, 1.f, 0.f, 1.f); const LLColor4 SIM_FULL_COLOR(1.f, 0.f, 0.f, 1.f); const F32 ICON_TIMER_EXPIRY = 3.f; // How long the balance and health icons should flash after a change. -const F32 ICON_FLASH_FREQUENCY = 2.f; -const S32 TEXT_HEIGHT = 18; static void onClickVolume(void*); |
