aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsTestCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsTestCommon.h')
-rw-r--r--tests/PathOpsTestCommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PathOpsTestCommon.h b/tests/PathOpsTestCommon.h
index 0c42bfbb05..7a72ff29a5 100644
--- a/tests/PathOpsTestCommon.h
+++ b/tests/PathOpsTestCommon.h
@@ -21,7 +21,6 @@ bool ValidLine(const SkDLine& line);
bool ValidPoint(const SkDPoint& pt);
bool ValidPoints(const SkPoint* pts, int count);
bool ValidQuad(const SkDQuad& quad);
-bool ValidTriangle(const SkDTriangle& triangle);
bool ValidVector(const SkDVector& v);
#endif