Index: src/pathops/SkAddIntersections.cpp |
diff --git a/src/pathops/SkAddIntersections.cpp b/src/pathops/SkAddIntersections.cpp |
index d98d1777f00010b78f195c3370cb90c7e6ee4a77..27422eda5f012a85e7381f866579a8a9a1d00f0e 100644 |
--- a/src/pathops/SkAddIntersections.cpp |
+++ b/src/pathops/SkAddIntersections.cpp |
@@ -307,7 +307,6 @@ |
} |
case SkIntersectionHelper::kQuad_Segment: { |
pts = ts.quadQuad(wt.pts(), wn.pts()); |
- ts.alignQuadPts(wt.pts(), wn.pts()); |
debugShowQuadIntersection(pts, wt, wn, ts); |
break; |
} |