From a645648ffc7d7bd665e13c0ed73e70ac06cebe29 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Fri, 23 Aug 2019 09:04:28 -0700 Subject: Remove unused vars to appease Clang. --- indra/newview/llvosky.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/indra/newview/llvosky.cpp b/indra/newview/llvosky.cpp index 41440ca6ed..19299f55a2 100644 --- a/indra/newview/llvosky.cpp +++ b/indra/newview/llvosky.cpp @@ -77,9 +77,6 @@ namespace const LLVector2 TEX10 = LLVector2(1.f, 0.f); const LLVector2 TEX11 = LLVector2(1.f, 1.f); - const F32 LIGHT_DIRECTION_THRESHOLD = (F32) cosf(DEG_TO_RAD * 1.f); - const F32 COLOR_CHANGE_THRESHOLD = 0.01f; - LLTrace::BlockTimerStatHandle FTM_VOSKY_UPDATETIMER("VOSky Update Timer Tick"); LLTrace::BlockTimerStatHandle FTM_VOSKY_CALC("VOSky Update Calculations"); LLTrace::BlockTimerStatHandle FTM_VOSKY_CREATETEXTURES("VOSky Update Textures"); -- cgit v1.2.3