Skip to content
Snippets Groups Projects
Commit a645648f authored by Graham Linden's avatar Graham Linden
Browse files

Remove unused vars to appease Clang.

parent 6932fa60
No related branches found
No related tags found
No related merge requests found
...@@ -77,9 +77,6 @@ namespace ...@@ -77,9 +77,6 @@ namespace
const LLVector2 TEX10 = LLVector2(1.f, 0.f); const LLVector2 TEX10 = LLVector2(1.f, 0.f);
const LLVector2 TEX11 = LLVector2(1.f, 1.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_UPDATETIMER("VOSky Update Timer Tick");
LLTrace::BlockTimerStatHandle FTM_VOSKY_CALC("VOSky Update Calculations"); LLTrace::BlockTimerStatHandle FTM_VOSKY_CALC("VOSky Update Calculations");
LLTrace::BlockTimerStatHandle FTM_VOSKY_CREATETEXTURES("VOSky Update Textures"); LLTrace::BlockTimerStatHandle FTM_VOSKY_CREATETEXTURES("VOSky Update Textures");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment