summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2017-10-17 16:00:07 -0700
committerRider Linden <rider@lindenlab.com>2017-10-17 16:00:07 -0700
commitec8e163910c24e4d04d3bb154b6c983a84d84421 (patch)
treecde27a82f8cd72aeda8b7a93d1996edebcc1e862 /indra/newview
parentcf74a9438aae7ab1b10c7ffa77c6509e588869a0 (diff)
Comment out unused static function for mac
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloatereditsky.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llfloatereditsky.cpp b/indra/newview/llfloatereditsky.cpp
index bd83bdd9c5..5fd559c060 100644
--- a/indra/newview/llfloatereditsky.cpp
+++ b/indra/newview/llfloatereditsky.cpp
@@ -56,10 +56,10 @@ static const F32 WL_SUN_AMBIENT_SLIDER_SCALE = 3.0f;
static const F32 WL_BLUE_HORIZON_DENSITY_SCALE = 2.0f;
static const F32 WL_CLOUD_SLIDER_SCALE = 1.0f;
-static F32 sun_pos_to_time24(F32 sun_pos)
-{
- return fmodf(sun_pos * 24.0f + 6, 24.0f);
-}
+// static F32 sun_pos_to_time24(F32 sun_pos)
+// {
+// return fmodf(sun_pos * 24.0f + 6, 24.0f);
+// }
static F32 time24_to_sun_pos(F32 time24)
{