From ec8e163910c24e4d04d3bb154b6c983a84d84421 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Tue, 17 Oct 2017 16:00:07 -0700 Subject: Comment out unused static function for mac --- indra/newview/llfloatereditsky.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'indra') 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) { -- cgit v1.2.3