aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/pipeline.cpp')
-rw-r--r--linden/indra/newview/pipeline.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/pipeline.cpp b/linden/indra/newview/pipeline.cpp
index d030ac2..408be2e 100644
--- a/linden/indra/newview/pipeline.cpp
+++ b/linden/indra/newview/pipeline.cpp
@@ -174,7 +174,6 @@ BOOL LLPipeline::sRenderGlow = FALSE;
174 174
175LLPipeline::LLPipeline() : 175LLPipeline::LLPipeline() :
176 mScreenTex(0), 176 mScreenTex(0),
177 mCubeBuffer(NULL),
178 mGlowMap(0), 177 mGlowMap(0),
179 mGlowBuffer(0), 178 mGlowBuffer(0),
180 mVertexShadersEnabled(FALSE), 179 mVertexShadersEnabled(FALSE),
@@ -372,7 +371,6 @@ void LLPipeline::releaseGLBuffers()
372 371
373 if (mCubeBuffer) 372 if (mCubeBuffer)
374 { 373 {
375 delete mCubeBuffer;
376 mCubeBuffer = NULL; 374 mCubeBuffer = NULL;
377 } 375 }
378 376