diff options
| author | Graham Linden <graham@lindenlab.com> | 2018-11-27 08:28:42 -0800 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2018-11-27 08:28:42 -0800 | 
| commit | 65d56f53cd9a2028af177ec0315b721f59868d19 (patch) | |
| tree | 19e928ce0bbbff7206d8849bc371f40de8c9c134 | |
| parent | 3cbe7fa715c92b36d97c3af826747b1b7a9e9383 (diff) | |
Remove unused vars, make Clang happy.
| -rw-r--r-- | indra/newview/pipeline.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index ab933d9651..60a28822bd 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -2432,10 +2432,6 @@ void LLPipeline::updateCull(LLCamera& camera, LLCullResult& result, S32 water_cl  	LLGLDisable test(GL_ALPHA_TEST);  	gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); - -	glh::matrix4f modelview = get_last_modelview(); -	glh::matrix4f proj = get_last_projection(); -  	LLGLDepthTest depth(GL_TRUE, GL_FALSE);  	bool bound_shader = false; | 
