aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-12-26 19:00:01 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-26 19:00:01 -0800
commit6855ddb3ccc792eeebbf735c44b59b68daca7034 (patch)
tree9891ea1952407d61326129a9ab2a5c5233774690 /include/core
parent98e7538be3e891efeff8ad8f51f3b53cc70db541 (diff)
remove deprecated annotation helper
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkPaint.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 02a022e346..51e8848a00 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.
*/