Index: src/gpu/gl/GrGLCreateNullInterface.cpp |
diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp |
index 17f305b6e37a830f817829030604df7eb16bf306..f56b1d97733b9b11b06b98929723332848150509 100644 |
--- a/src/gpu/gl/GrGLCreateNullInterface.cpp |
+++ b/src/gpu/gl/GrGLCreateNullInterface.cpp |
@@ -402,7 +402,6 @@ |
functions->fGetBufferParameteriv = nullGLGetBufferParameteriv; |
functions->fGetError = noOpGLGetError; |
functions->fGetIntegerv = noOpGLGetIntegerv; |
- functions->fGetMultisamplefv = noOpGLGetMultisamplefv; |
functions->fGetQueryObjecti64v = noOpGLGetQueryObjecti64v; |
functions->fGetQueryObjectiv = noOpGLGetQueryObjectiv; |
functions->fGetQueryObjectui64v = noOpGLGetQueryObjectui64v; |