Index: src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp |
diff --git a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp |
index 93807637fbbf165ca5fea98e8ce7a9c6f38e5f9f..d47cc612033bdbb6f5c370fdbd5e431743075c00 100644 |
--- a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp |
+++ b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp |
@@ -131,8 +131,6 @@ const GrGLInterface* GrGLCreateNativeInterface() { |
functions->fStencilOp = glStencilOp; |
GR_GL_GET_PROC(StencilOpSeparate); |
functions->fTexImage2D = glTexImage2D; |
- functions->fTexGenfv = glTexGenfv; |
- functions->fTexGeni = glTexGeni; |
functions->fTexParameteri = glTexParameteri; |
functions->fTexParameteriv = glTexParameteriv; |
if (glVer >= GR_GL_VER(4,2) || extensions.has("GL_ARB_texture_storage")) { |