From 681287eb67f13e12fbcca96e956dea77c2661583 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Fri, 16 Mar 2018 11:34:15 -0400 Subject: more imageinfo text and warnings and cleanup more imageinfo text rewrote many examples to fix newly exposed compiler warnings marked a couple of YUV method bodies as deprecated also cleaned up line endings to use the linux style R=bsalomon@google.com TBR=caryclark@google.com Docs-Preview: https://skia.org/?cl=112302 Bug: skia:6898 Change-Id: I89626a27353aa84526f9b9475d927bd0e9d8f0d5 Reviewed-on: https://skia-review.googlesource.com/112302 Reviewed-by: Brian Salomon Commit-Queue: Cary Clark --- docs/SkPath_Reference.bmh | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/SkPath_Reference.bmh') 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); -- cgit v1.2.3