diff options
author | Rider Linden <rider@lindenlab.com> | 2019-04-03 15:48:52 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-04-03 15:48:52 -0700 |
commit | 28fd43a161cc9b1e0a6e9321295427862a7cff3f (patch) | |
tree | fa5c260b931c729afef3783a0bf7ee0f00e4718c /indra | |
parent | 51cd9e7ddc3ae8a3bee814645a0993252ed61ab9 (diff) |
OSX hates unused variables
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterenvironmentadjust.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterenvironmentadjust.cpp b/indra/newview/llfloaterenvironmentadjust.cpp index 9456780627..6773e2dcaf 100644 --- a/indra/newview/llfloaterenvironmentadjust.cpp +++ b/indra/newview/llfloaterenvironmentadjust.cpp @@ -58,7 +58,7 @@ namespace const F32 SLIDER_SCALE_BLUE_HORIZON_DENSITY(2.0f); const F32 SLIDER_SCALE_GLOW_R(20.0f); const F32 SLIDER_SCALE_GLOW_B(-5.0f); - const F32 SLIDER_SCALE_DENSITY_MULTIPLIER(0.001f); + //const F32 SLIDER_SCALE_DENSITY_MULTIPLIER(0.001f); const S32 FLOATER_ENVIRONMENT_UPDATE(-2); } |