diff --git a/indra/llappearance/lltexlayer.cpp b/indra/llappearance/lltexlayer.cpp
index 239fa95a6f84683cb63126754bc0cffac6c8f1d3..00196076ebeb10950232be42f9a8fd66d9a70360 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);