Index: src/pathops/SkPathOpsLine.cpp |
diff --git a/src/pathops/SkPathOpsLine.cpp b/src/pathops/SkPathOpsLine.cpp |
index 1e74123abf64c6bf4a8535e8c5af90c96f871293..7587fda69ab57d0ca112b1a0dfc631103fcfbfbc 100644 |
--- a/src/pathops/SkPathOpsLine.cpp |
+++ b/src/pathops/SkPathOpsLine.cpp |
@@ -189,13 +189,3 @@ double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double |
} |
return t; |
} |
- |
-#ifdef SK_DEBUG |
-void SkDLine::dump() { |
- SkDebugf("{{"); |
- fPts[0].dump(); |
- SkDebugf(", "); |
- fPts[1].dump(); |
- SkDebugf("}}\n"); |
-} |
-#endif |