summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-08-23 09:04:28 -0700
committerGraham Linden <graham@lindenlab.com>2019-08-23 09:04:28 -0700
commita645648ffc7d7bd665e13c0ed73e70ac06cebe29 (patch)
tree5cfd19d1953013d389e9ed3d23a633f4291843e0
parent6932fa60d6aff2a413078663cc1100d2f9d87cbf (diff)
Remove unused vars to appease Clang.
-rw-r--r--indra/newview/llvosky.cpp3
1 files changed, 0 insertions, 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");