diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 11:38:09 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 11:38:09 +0000 |
commit | 5b4ded511508168ef5afb4362cd75bca2b5510b6 (patch) | |
tree | b7b6151953e82fb9927419669be8ae8c310779fc | |
parent | 35852af8d8b76bd2824809face09a87ecfcc1ca3 (diff) |
more cleanup of some dead members.
-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; |