diff options
author | Graham Linden <graham@lindenlab.com> | 2019-07-24 10:53:04 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-07-24 10:53:04 -0700 |
commit | 1529c16201d332ce7bbff5c3637737ca58277eb9 (patch) | |
tree | f8337ec21ff2d52f646a5d2146dc673d93048ded /indra/newview/lldynamictexture.h | |
parent | b507d63566e8896af702dd10f5643dc29068a8a9 (diff) |
SL-11610
Revert attempted fix for 10625.
Diffstat (limited to 'indra/newview/lldynamictexture.h')
-rw-r--r-- | indra/newview/lldynamictexture.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/lldynamictexture.h b/indra/newview/lldynamictexture.h index 4bd74a8425..f3f57c9a6b 100644 --- a/indra/newview/lldynamictexture.h +++ b/indra/newview/lldynamictexture.h @@ -88,9 +88,6 @@ public: static BOOL updateAllInstances(); static void destroyGL() ; static void restoreGL() ; - - void setBoundTarget(LLRenderTarget* target) { mBoundTarget = target; } - protected: void generateGLTexture(); void generateGLTexture(LLGLint internal_format, LLGLenum primary_format, LLGLenum type_format, BOOL swap_bytes = FALSE); @@ -100,8 +97,6 @@ protected: LLCoordGL mOrigin; LL_ALIGN_16(LLCamera mCamera); - LLRenderTarget* mBoundTarget; - typedef std::set<LLViewerDynamicTexture*> instance_list_t; static instance_list_t sInstances[ LLViewerDynamicTexture::ORDER_COUNT ]; static S32 sNumRenders; |