Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
index cbfbb266c5536f5a06c0520487c83c6e0fe0e963..d985d87f98e62f3486c1c72e2bbc4ebf40876f21 100644 |
--- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
+++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
@@ -865,8 +865,6 @@ const GrGLInterface* GrGLCreateDebugInterface() { |
functions->fStencilMaskSeparate = noOpGLStencilMaskSeparate; |
functions->fStencilOp = noOpGLStencilOp; |
functions->fStencilOpSeparate = noOpGLStencilOpSeparate; |
- functions->fTexGenfv = noOpGLTexGenfv; |
- functions->fTexGeni = noOpGLTexGeni; |
functions->fTexImage2D = noOpGLTexImage2D; |
functions->fTexParameteri = noOpGLTexParameteri; |
functions->fTexParameteriv = noOpGLTexParameteriv; |