Index: src/core/SkGeometry.h |
diff --git a/src/core/SkGeometry.h b/src/core/SkGeometry.h |
index 9ddd91f7504f1c0f1ef3ddea4feb2820e96d08a5..811678eeec79b78eafb7166849c396ff98f25d36 100644 |
--- a/src/core/SkGeometry.h |
+++ b/src/core/SkGeometry.h |
@@ -104,11 +104,6 @@ SK_API void SkConvertQuadToCubic(const SkPoint src[3], SkPoint dst[4]); |
/////////////////////////////////////////////////////////////////////////////// |
-/** Convert from parametric from (pts) to polynomial coefficients |
- coeff[0]*T^3 + coeff[1]*T^2 + coeff[2]*T + coeff[3] |
-*/ |
-void SkGetCubicCoeff(const SkPoint pts[4], SkScalar cx[4], SkScalar cy[4]); |
- |
/** Set pt to the point on the src cubic specified by t. t must be |
0 <= t <= 1.0 |
*/ |