aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkPathOpsLine.h
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-08-17 10:01:23 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-17 10:01:24 -0700
commit6a91ad22a41cd5f5677d9adbfec851f6464f3f0e (patch)
treeddfa3d8ee7564b5cdc106b0b8f4f4561f888d925 /src/pathops/SkPathOpsLine.h
parentf433bb2bebd441cc0b2b152e8fbf79eac43baf5d (diff)
remove unused code
R=mtklein@google.com Review URL: https://codereview.chromium.org/1297013002
Diffstat (limited to 'src/pathops/SkPathOpsLine.h')
-rw-r--r--src/pathops/SkPathOpsLine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pathops/SkPathOpsLine.h b/src/pathops/SkPathOpsLine.h
index ce502019ae..882dadc1f8 100644
--- a/src/pathops/SkPathOpsLine.h
+++ b/src/pathops/SkPathOpsLine.h
@@ -25,9 +25,6 @@ struct SkDLine {
static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
- // only used by testing
- double isLeft(const SkDPoint& pt) const;
-
double nearPoint(const SkDPoint& xy, bool* unequal) const;
bool nearRay(const SkDPoint& xy) const;
static double NearPointH(const SkDPoint& xy, double left, double right, double y);