diff options
Diffstat (limited to 'indra/newview/lldrawpoolalpha.h')
-rw-r--r-- | indra/newview/lldrawpoolalpha.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/lldrawpoolalpha.h b/indra/newview/lldrawpoolalpha.h index 637ea25f80..ffd6284353 100644 --- a/indra/newview/lldrawpoolalpha.h +++ b/indra/newview/lldrawpoolalpha.h @@ -68,13 +68,10 @@ public: static BOOL sShowDebugAlpha; private: - S32 mDiffuse; LLGLSLShader* current_shader; LLGLSLShader* target_shader; LLGLSLShader* simple_shader; - LLGLSLShader* simple_lod_shader; LLGLSLShader* fullbright_shader; - LLGLSLShader* fullbright_lod_shader; }; class LLDrawPoolAlphaPostWater : public LLDrawPoolAlpha |