diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 080ca8630..01a7ba8a5 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -1030,8 +1030,6 @@ void LLPipeline::releaseScreenBuffers() } mSampleBuffer.release(); - - mDebugDisplay.release(); } diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 10a81db13..bf834b1fd 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -601,8 +601,6 @@ public: private: LLRenderTarget mPhysicsDisplay; - LLRenderTarget mDebugDisplay; - //utility buffer for rendering post effects, gets abused by renderDeferredLighting LLPointer mAuxScreenRectVB;