Index: src/pathops/SkIntersections.h |
diff --git a/src/pathops/SkIntersections.h b/src/pathops/SkIntersections.h |
index 0e3fcd1173f8fa159f5c94b4d8055ef2f8d35d30..119ca781c194c64da66ef6d6ec60c73e18aec3c4 100644 |
--- a/src/pathops/SkIntersections.h |
+++ b/src/pathops/SkIntersections.h |
@@ -210,7 +210,6 @@ public: |
} |
void append(const SkIntersections& ); |
- static double Axial(const SkDQuad& , const SkDPoint& , bool vertical); |
void cleanUpCoincidence(); |
int coincidentUsed() const; |
int cubicRay(const SkPoint pts[4], const SkDLine& line); |
@@ -266,8 +265,6 @@ private: |
void cubicNearEnd(const SkDCubic& cubic1, bool start, const SkDCubic& cubic2, const SkDRect& ); |
void cleanUpParallelLines(bool parallel); |
void computePoints(const SkDLine& line, int used); |
- // used by addCoincident to remove ordinary intersections in range |
- // void remove(double one, double two, const SkDPoint& startPt, const SkDPoint& endPt); |
SkDPoint fPt[9]; // FIXME: since scans store points as SkPoint, this should also |
double fT[2][9]; |