aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkCubicInterval.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/SkCubicInterval.cpp')
-rw-r--r--src/utils/SkCubicInterval.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/SkCubicInterval.cpp b/src/utils/SkCubicInterval.cpp
index 904f26bd23..566023a244 100644
--- a/src/utils/SkCubicInterval.cpp
+++ b/src/utils/SkCubicInterval.cpp
@@ -65,4 +65,3 @@ SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
y2 *= 3;
return eval_cubic(y1, y2 - 2*y1, y1 - y2 + SK_Scalar1, t);
}
-