Index: src/gpu/gl/GrGLAssembleInterface.cpp |
diff --git a/src/gpu/gl/GrGLAssembleInterface.cpp b/src/gpu/gl/GrGLAssembleInterface.cpp |
index d7a0af802436791c5a69272e75ae62364992d062..f19a1cb0755fe042c021108019820169dbe83aaf 100644 |
--- a/src/gpu/gl/GrGLAssembleInterface.cpp |
+++ b/src/gpu/gl/GrGLAssembleInterface.cpp |
@@ -450,10 +450,6 @@ |
} |
} |
- if (glVer >= GR_GL_VER(4,5)) { |
- GET_PROC(NamedFramebufferParameteri); |
- } |
- |
if (glVer >= GR_GL_VER(4,3) || extensions.has("GL_KHR_debug")) { |
// KHR_debug defines these methods to have no suffix in an OpenGL (not ES) context. |
GET_PROC(DebugMessageControl); |