aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2015-04-09 06:13:15 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-09 06:13:15 -0700
commitf57546ec7f9ab116d80044e19aa5e72060dbff09 (patch)
treea79e910a1122cc6e4fef719eb74dab53d475a919 /include
parent7d1b945da6afdfb50372fd7b69153710d7793a52 (diff)
Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS
No longer used in Chromium. Also drop now-unused SkMatrix::Rot_pts() & SkMatrix::RotTrans_pts(). BUG=475022 R=reed@google.com,mtklein@google.com Review URL: https://codereview.chromium.org/1071833002
Diffstat (limited to 'include')
-rw-r--r--include/core/SkMatrix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
index 1c79d22121..89b3072f79 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);