summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-11-27 09:29:04 -0800
committerRider Linden <rider@lindenlab.com>2018-11-27 09:29:04 -0800
commit9309c2c966a6df3ad6a42a1aa4d643b0bc54a71d (patch)
tree938cd6b845c5a8bf9da36dc073008b27c95609a3 /indra/newview
parent3cbe7fa715c92b36d97c3af826747b1b7a9e9383 (diff)
Comment out unused variables for mac build.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/pipeline.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index ab933d9651..21b70e9c60 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -2433,8 +2433,8 @@ void LLPipeline::updateCull(LLCamera& camera, LLCullResult& result, S32 water_cl
gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
- glh::matrix4f modelview = get_last_modelview();
- glh::matrix4f proj = get_last_projection();
+// glh::matrix4f modelview = get_last_modelview();
+// glh::matrix4f proj = get_last_projection();
LLGLDepthTest depth(GL_TRUE, GL_FALSE);