aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/GrGLInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/gl/GrGLInterface.h')
-rw-r--r--include/gpu/gl/GrGLInterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
index 0b7bd96814..a910fd86f6 100644
--- a/include/gpu/gl/GrGLInterface.h
+++ b/include/gpu/gl/GrGLInterface.h
@@ -77,7 +77,6 @@ public:
/**
* The function pointers are in a struct so that we can have a compiler generated assignment
* operator.
- * If one were to add a new function to this struct, one should also clear it in abandon.
*/
struct Functions {
GrGLFunction<GrGLActiveTextureProc> fActiveTexture;