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