diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/pipeline.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/pipeline.h | 2 | 
2 files changed, 0 insertions, 4 deletions
| diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index dd9634a234..6d1ec06b77 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -477,8 +477,6 @@ void LLPipeline::cleanup()  	releaseGLBuffers(); -	mBloomImagep = NULL; -	mBloomImage2p = NULL;  	mFaceSelectImagep = NULL;  	mMovedBridge.clear(); diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 5cc76ad9bd..711d40b138 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -676,8 +676,6 @@ protected:  	std::vector<LLFace*>		mSelectedFaces;  	LLPointer<LLViewerFetchedTexture>	mFaceSelectImagep; -	LLPointer<LLViewerTexture>	mBloomImagep; -	LLPointer<LLViewerTexture>	mBloomImage2p;  	U32						mLightMask;  	U32						mLightMovingMask; | 
