summaryrefslogtreecommitdiff
path: root/indra/llappearance
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-07-08 11:06:42 -0700
committerGraham Linden <graham@lindenlab.com>2019-07-08 11:06:42 -0700
commit26bf61811b018fdccdcd1e75a9d40d212f8aed70 (patch)
treed6d9eb556aaf5bbb7e5c9f630035477e6d1efe78 /indra/llappearance
parentc1b6d91c32ae4ab0bd9a19d92dc95110d937d940 (diff)
SL-10625
Appease Clang.
Diffstat (limited to 'indra/llappearance')
-rw-r--r--indra/llappearance/lltexlayer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llappearance/lltexlayer.cpp b/indra/llappearance/lltexlayer.cpp
index 239fa95a6f..00196076eb 100644
--- a/indra/llappearance/lltexlayer.cpp
+++ b/indra/llappearance/lltexlayer.cpp
@@ -1590,9 +1590,6 @@ void LLTexLayer::renderMorphMasks(S32 x, S32 y, S32 width, S32 height, const LLC
bool skip_readback = LLRender::sNsightDebugSupport; // nSight doesn't support use of glReadPixels
- // SL-10625 and neither does Intel in many cases
- skip_readback = skip_readback;// || gGLManager.mIsIntel;
-
if (!skip_readback)
{
glReadPixels(x, y, width, height, GL_ALPHA, GL_UNSIGNED_BYTE, alpha_data);