| Index: src/gpu/gl/GrGLUtil.h
|
| diff --git a/src/gpu/gl/GrGLUtil.h b/src/gpu/gl/GrGLUtil.h
|
| index dec784c97703bcf8e68010e071a10d634565049a..70af3a36f414f019c4a85ce48889ff21fadfea13 100644
|
| --- a/src/gpu/gl/GrGLUtil.h
|
| +++ b/src/gpu/gl/GrGLUtil.h
|
| @@ -138,11 +138,6 @@ void GrGLCheckErr(const GrGLInterface* gl,
|
|
|
| void GrGLClearErr(const GrGLInterface* gl);
|
|
|
| -/**
|
| - * Helper for converting SkMatrix to a column-major GL float array
|
| - */
|
| -template<int MatrixSize> void GrGLGetMatrix(float* dest, const SkMatrix& src);
|
| -
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| /**
|
|
|