| Index: src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
|
| diff --git a/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp b/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
|
| index fd8be26fe969161043dd397cf6d3fb69a6a39378..24218b02a7c08694113e3affc79706b20f9815c0 100644
|
| --- a/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
|
| +++ b/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
|
| @@ -133,8 +133,6 @@ const GrGLInterface* GrGLCreateMesaInterface() {
|
| GR_GL_GET_PROC(StencilMaskSeparate);
|
| GR_GL_GET_PROC(StencilOp);
|
| GR_GL_GET_PROC(StencilOpSeparate);
|
| - GR_GL_GET_PROC(TexGenfv);
|
| - GR_GL_GET_PROC(TexGeni);
|
| GR_GL_GET_PROC(TexImage2D)
|
| GR_GL_GET_PROC(TexParameteri);
|
| GR_GL_GET_PROC(TexParameteriv);
|
|
|