Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index 82831475f1060ed5df95df40f201f43eebb8d8f8..17f1e5dc2c33edead6ea2b3c8563cef59f783845 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -310,10 +310,6 @@ void GrGLCaps::init(const GrContextOptions& contextOptions, |
ctxInfo.hasExtension("GL_OES_standard_derivatives"); |
} |
- glslCaps->fProgrammableSampleLocationsSupport = |
- ctxInfo.hasExtension("GL_NV_sample_locations") || |
- ctxInfo.hasExtension("GL_ARB_sample_locations"); |
- |
/************************************************************************** |
* GrCaps fields |
**************************************************************************/ |