summaryrefslogtreecommitdiff
path: root/indra/newview/llheroprobemanager.h
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2023-09-20 14:57:25 -0700
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2023-09-20 14:57:25 -0700
commit3ff3e1a3537a5d051180aaf6223f5ddd8b540d35 (patch)
tree91bd6b81640579363c519990cc785e4d0c188ccf /indra/newview/llheroprobemanager.h
parent4192cfc1ea36a82f898839544932dc4d5cec00d3 (diff)
Remove some unnecessary irradiance map bits, also fix the leak.
DRTVWR-583
Diffstat (limited to 'indra/newview/llheroprobemanager.h')
-rw-r--r--indra/newview/llheroprobemanager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llheroprobemanager.h b/indra/newview/llheroprobemanager.h
index b817b2396f..30943f739b 100644
--- a/indra/newview/llheroprobemanager.h
+++ b/indra/newview/llheroprobemanager.h
@@ -94,9 +94,6 @@ private:
// vertex buffer for pushing verts to filter shaders
LLPointer<LLVertexBuffer> mVertexBuffer;
- // storage for reflection probe irradiance maps
- LLPointer<LLCubeMapArray> mIrradianceMaps;
-
// update the specified face of the specified probe
void updateProbeFace(LLReflectionMap* probe, U32 face);