diff options
| -rw-r--r-- | indra/newview/pipeline.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 839039180e..92747866d6 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -776,10 +776,6 @@ bool LLPipeline::allocateScreenBuffer(U32 resX, U32 resY, U32 samples)      LL_PROFILE_ZONE_SCOPED_CATEGORY_DISPLAY;      if (mRT == &mMainRT)      { // hacky -- allocate auxillary buffer -        gCubeSnapshot = true; -        mReflectionMapManager.initReflectionMaps(); -        mHeroProbeManager.initReflectionMaps(); -          if (sReflectionProbesEnabled)          {              gCubeSnapshot = true;  | 
