| Index: include/core/SkMatrix.h
|
| diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
|
| index 1c79d22121c8fdb5cba9b937fc6c312e2dfbf542..89b3072f79e6bf97a6e7a9ca6c6012abb2473384 100644
|
| --- a/include/core/SkMatrix.h
|
| +++ b/include/core/SkMatrix.h
|
| @@ -797,9 +797,6 @@ private:
|
| static void Scale_pts(const SkMatrix&, SkPoint dst[], const SkPoint[], int);
|
| static void ScaleTrans_pts(const SkMatrix&, SkPoint dst[], const SkPoint[],
|
| int count);
|
| - static void Rot_pts(const SkMatrix&, SkPoint dst[], const SkPoint[], int);
|
| - static void RotTrans_pts(const SkMatrix&, SkPoint dst[], const SkPoint[],
|
| - int count);
|
| static void Persp_pts(const SkMatrix&, SkPoint dst[], const SkPoint[], int);
|
|
|
| static void Affine_vpts(const SkMatrix&, SkPoint dst[], const SkPoint[], int);
|
|
|