diff options
author | Graham Linden <graham@lindenlab.com> | 2019-08-23 09:04:28 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-08-23 09:04:28 -0700 |
commit | a645648ffc7d7bd665e13c0ed73e70ac06cebe29 (patch) | |
tree | 5cfd19d1953013d389e9ed3d23a633f4291843e0 /indra/newview/llvosky.cpp | |
parent | 6932fa60d6aff2a413078663cc1100d2f9d87cbf (diff) |
Remove unused vars to appease Clang.
Diffstat (limited to 'indra/newview/llvosky.cpp')
-rw-r--r-- | indra/newview/llvosky.cpp | 3 |
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"); |