aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGLUtil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrGLUtil.cpp')
-rw-r--r--src/gpu/GrGLUtil.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpu/GrGLUtil.cpp b/src/gpu/GrGLUtil.cpp
index 8056e66216..f12b407b1a 100644
--- a/src/gpu/GrGLUtil.cpp
+++ b/src/gpu/GrGLUtil.cpp
@@ -30,12 +30,6 @@ void GrGLCheckErr(const GrGLInterface* gl,
}
}
-void GrGLResetRowLength(const GrGLInterface* gl) {
- if (gl->supportsDesktop()) {
- GR_GL_CALL(gl, PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0));
- }
-}
-
///////////////////////////////////////////////////////////////////////////////
#if GR_GL_LOG_CALLS