| Index: src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp
|
| diff --git a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp
|
| index 04898d111098a8e46ec2811f2300726a3dc38f9a..17d08b10d0be728da6414f311903ee3ed6e9539e 100644
|
| --- a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp
|
| +++ b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp
|
| @@ -139,8 +139,6 @@ const GrGLInterface* GrGLCreateNativeInterface() {
|
| GET_PROC(StencilMaskSeparate);
|
| GET_PROC(StencilOp);
|
| GET_PROC(StencilOpSeparate);
|
| - GET_PROC(TexGenfv);
|
| - GET_PROC(TexGeni);
|
| GET_PROC(TexImage2D);
|
| GET_PROC(TexParameteri);
|
| GET_PROC(TexParameteriv);
|
|
|