From 28fd43a161cc9b1e0a6e9321295427862a7cff3f Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Wed, 3 Apr 2019 15:48:52 -0700 Subject: OSX hates unused variables --- indra/newview/llfloaterenvironmentadjust.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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); } -- cgit v1.2.3