From b9c3ca535de21c693a6437b94a638cb32a4f98c5 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Fri, 17 Feb 2017 23:41:10 -0600 Subject: [PATCH] Remove temporary render target used for debugging prior changes. --- indra/newview/pipeline.cpp | 2 -- indra/newview/pipeline.h | 2 -- 2 files changed, 4 deletions(-) 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;