Index: src/pathops/SkIntersections.h |
diff --git a/src/pathops/SkIntersections.h b/src/pathops/SkIntersections.h |
index de3d44cd7035d0e2778b060cfd722e1e68ef1107..26a1d1a559e56c132418ba71da9e5eeb6c2c2604 100644 |
--- a/src/pathops/SkIntersections.h |
+++ b/src/pathops/SkIntersections.h |
@@ -208,8 +208,6 @@ public: |
int insert(double one, double two, const SkDPoint& pt); |
// start if index == 0 : end if index == 1 |
void insertCoincident(double one, double two, const SkDPoint& pt); |
- void insertCoincidentPair(double s1, double e1, double s2, double e2, |
- const SkDPoint& startPt, const SkDPoint& endPt); |
int intersect(const SkDLine&, const SkDLine&); |
int intersect(const SkDQuad&, const SkDLine&); |
int intersect(const SkDQuad&, const SkDQuad&); |