Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index 231702d5c5f131da97602d49000d7b91c87ecc7c..54f640f62e52f0c0b103a39ae12e89206b9fe4b9 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -56,12 +56,6 @@ const GrGLInterface* GrGLCreateANGLEInterface(); |
#endif |
/** |
- * Creates a null GrGLInterface that doesn't draw anything. Used for measuring |
- * CPU overhead. |
- */ |
-const SK_API GrGLInterface* GrGLCreateNullInterface(); |
- |
-/** |
* Creates a debugging GrGLInterface that doesn't draw anything. Used for |
* finding memory leaks and invalid memory accesses. |
*/ |