diff options
| author | Graham Linden <graham@lindenlab.com> | 2019-03-14 07:23:47 -0700 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2019-03-14 07:23:47 -0700 | 
| commit | 7021c7a8db9610e0d1866c2c4cbc644e2243367e (patch) | |
| tree | 5a5e8f3ab162bb6b0fcfec035c7e57f43ab47121 /indra/newview | |
| parent | 8f45250f64230546d9d79cfea857b780e127baed (diff) | |
Remove unused cloud shadow shader var for Clang.
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/lldrawpoolwlsky.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/newview/lldrawpoolwlsky.cpp b/indra/newview/lldrawpoolwlsky.cpp index dd450dcb70..e608f6eaf2 100644 --- a/indra/newview/lldrawpoolwlsky.cpp +++ b/indra/newview/lldrawpoolwlsky.cpp @@ -48,7 +48,6 @@ static LLStaticHashedString sCamPosLocal("camPosLocal");  static LLStaticHashedString sCustomAlpha("custom_alpha");  static LLGLSLShader* cloud_shader = NULL; -static LLGLSLShader* cloud_shadow_shader = NULL;  static LLGLSLShader* sky_shader   = NULL;  static LLGLSLShader* sun_shader   = NULL;  static LLGLSLShader* moon_shader  = NULL; | 
