| Index: include/core/SkPaint.h
|
| diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
|
| index 02a022e346dc7d7282e48f94d731f5750a048d1c..51e8848a00b6f3ad07d6ed72a513941377cb5247 100644
|
| --- a/include/core/SkPaint.h
|
| +++ b/include/core/SkPaint.h
|
| @@ -632,13 +632,6 @@ public:
|
| SkAnnotation* setAnnotation(SkAnnotation*);
|
|
|
| /**
|
| - * Returns true if there is an annotation installed on this paint, and
|
| - * the annotation specifics no-drawing.
|
| - */
|
| - SK_ATTR_DEPRECATED("use getAnnotation and check for non-null")
|
| - bool isNoDrawAnnotation() const { return this->getAnnotation() != NULL; }
|
| -
|
| - /**
|
| * Return the paint's SkDrawLooper (if any). Does not affect the looper's
|
| * reference count.
|
| */
|
|
|