aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkPath_Reference.bmh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SkPath_Reference.bmh')
-rw-r--r--docs/SkPath_Reference.bmh3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/SkPath_Reference.bmh b/docs/SkPath_Reference.bmh
index 03a51d6428..790dd5a6bd 100644
--- a/docs/SkPath_Reference.bmh
+++ b/docs/SkPath_Reference.bmh
@@ -1740,9 +1740,6 @@ Returns (0, 0) if index is out of range.
#Example
void draw(SkCanvas* canvas) {
- auto debugster = [](const char* prefix, const SkPath& path) -> void {
- SkDebugf("%s point count: %d\n", prefix, path.countPoints());
- };
SkPath path;
path.lineTo(20, 20);
path.offset(-10, -10);