From 6ff734b311e11ba79c0fad8602cd6e890d438cb6 Mon Sep 17 00:00:00 2001 From: caryclark Date: Fri, 4 Sep 2015 05:00:15 -0700 Subject: remove unused fields from SkOpSegment TBR=reed@google.com Review URL: https://codereview.chromium.org/1322413002 --- tests/PathOpsCubicIntersectionTest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/PathOpsCubicIntersectionTest.cpp') diff --git a/tests/PathOpsCubicIntersectionTest.cpp b/tests/PathOpsCubicIntersectionTest.cpp index d45ec06d55..6186ec8170 100644 --- a/tests/PathOpsCubicIntersectionTest.cpp +++ b/tests/PathOpsCubicIntersectionTest.cpp @@ -627,8 +627,7 @@ static void selfOneOff(skiatest::Reporter* reporter, int index) { SkScalar loopT; SkScalar d[3]; SkCubicType cubicType = SkClassifyCubic(c, d); - SkDCubic::CubicType dType; - if (SkDCubic::ComplexBreak(c, &loopT, &dType) && cubicType == SkCubicType::kLoop_SkCubicType) { + if (SkDCubic::ComplexBreak(c, &loopT) && cubicType == SkCubicType::kLoop_SkCubicType) { SkIntersections i; SkPoint twoCubics[7]; SkChopCubicAt(c, twoCubics, loopT); -- cgit v1.2.3