summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRunitai Linden <davep@lindenlab.com>2021-12-06 16:49:59 -0600
committerRunitai Linden <davep@lindenlab.com>2021-12-06 16:49:59 -0600
commit958df7398b6c4405aa053f4681ad5417197deed8 (patch)
tree3febfd24cb748ff4724e2937d99eecd0ac4d2a08 /indra
parentd4707b7ef31355278e57a258a1bb19ef014376ce (diff)
parentc614674ee66df5bca4e0c62c504f66ec73732be4 (diff)
Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-546
Diffstat (limited to 'indra')
-rw-r--r--indra/llrender/llimagegl.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llrender/llimagegl.cpp b/indra/llrender/llimagegl.cpp
index 6cdd6a3460..9931ce7d3e 100644
--- a/indra/llrender/llimagegl.cpp
+++ b/indra/llrender/llimagegl.cpp
@@ -556,12 +556,6 @@ bool LLImageGL::setSize(S32 width, S32 height, S32 ncomponents, S32 discard_leve
return false;
}
- if (mTexName)
- {
-// LL_WARNS() << "Setting Size of LLImageGL with existing mTexName = " << mTexName << LL_ENDL;
- destroyGLTexture();
- }
-
// pickmask validity depends on old image size, delete it
freePickMask();