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

Remove unused cloud shadow shader var for Clang.

parent 8f45250f
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,6 @@ static LLStaticHashedString sCamPosLocal("camPosLocal"); ...@@ -48,7 +48,6 @@ static LLStaticHashedString sCamPosLocal("camPosLocal");
static LLStaticHashedString sCustomAlpha("custom_alpha"); static LLStaticHashedString sCustomAlpha("custom_alpha");
static LLGLSLShader* cloud_shader = NULL; static LLGLSLShader* cloud_shader = NULL;
static LLGLSLShader* cloud_shadow_shader = NULL;
static LLGLSLShader* sky_shader = NULL; static LLGLSLShader* sky_shader = NULL;
static LLGLSLShader* sun_shader = NULL; static LLGLSLShader* sun_shader = NULL;
static LLGLSLShader* moon_shader = NULL; static LLGLSLShader* moon_shader = NULL;
......
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