From 99885411aef986f3de863e144a589adb6d7ecd0d Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 5 Apr 2018 13:09:58 -0400 Subject: remove SK_IGNORE_TO_STRING SK_IGNORE_TO_STRING is not defined anywhere. The same effect can be had by using a modern linker. Removing it simplifies bookmaker and makes our includes easier to understand. R=robertphillips@google.com TBR=reed@google.com Bug: skia:6898 Change-Id: Ib716f5ef1b42a7fbda0df43ece212d1b7c40289f Reviewed-on: https://skia-review.googlesource.com/118963 Reviewed-by: Robert Phillips Reviewed-by: Cary Clark Commit-Queue: Cary Clark --- docs/SkPaint_Reference.bmh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'docs/SkPaint_Reference.bmh') diff --git a/docs/SkPaint_Reference.bmh b/docs/SkPaint_Reference.bmh index 5c03452103..2070441a5b 100644 --- a/docs/SkPaint_Reference.bmh +++ b/docs/SkPaint_Reference.bmh @@ -5147,15 +5147,9 @@ Paint may draw to. #Method void toString(SkString* str) const #In Utility #Line # converts Paint to machine readable form ## -#DefinedBy SK_TO_STRING_NONVIRT() ## - -#Private -macro expands to: void toString(SkString* str) const; -## Creates string representation of Paint. The representation is read by -internal debugging tools. The interface and implementation may be -suppressed by defining SK_IGNORE_TO_STRING. +internal debugging tools. #Param str storage for string representation of Paint ## -- cgit v1.2.3