| Index: tests/PathOpsTestCommon.h
|
| diff --git a/tests/PathOpsTestCommon.h b/tests/PathOpsTestCommon.h
|
| index 0c42bfbb057c67e7628fe0ecddcecb96486c13ed..7a72ff29a5d448288bb054dffa446ca2fc8b293b 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
|
|
|