From 111417aae90beb459bcd77397270d67ca3731e69 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Mon, 25 Nov 2013 14:36:58 +0000 Subject: remove unused static function git-svn-id: http://skia.googlecode.com/svn/trunk@12378 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsCubicReduceOrderTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/PathOpsCubicReduceOrderTest.cpp') diff --git a/tests/PathOpsCubicReduceOrderTest.cpp b/tests/PathOpsCubicReduceOrderTest.cpp index 3702ead694..54ff541bcf 100644 --- a/tests/PathOpsCubicReduceOrderTest.cpp +++ b/tests/PathOpsCubicReduceOrderTest.cpp @@ -40,6 +40,7 @@ static bool tiny(const SkDCubic& cubic) { && approximately_equal(cubic[maxY].fY, cubic[minY].fY); } +#if 0 // disable test until stroke reduction is supported static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) { SkDCubicPair cubicPair = cubic.chopAt(0.5); if (!tiny(cubicPair.first()) && !controls_inside(cubicPair.first())) { @@ -55,6 +56,7 @@ static void find_tight_bounds(const SkDCubic& cubic, SkDRect& bounds) { bounds.add(cubicPair.second()[3]); } } +#endif static void PathOpsReduceOrderCubicTest(skiatest::Reporter* reporter) { size_t index; -- cgit v1.2.3