aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r--include/core/SkPaint.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index b58a3f3d4f..7090f3e249 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -13,7 +13,6 @@
#include "SkMatrix.h"
#include "SkXfermode.h"
-class SkAnnotation;
class SkAutoDescriptor;
class SkAutoGlyphCache;
class SkColorFilter;
@@ -625,9 +624,6 @@ public:
SkImageFilter* getImageFilter() const { return fImageFilter; }
SkImageFilter* setImageFilter(SkImageFilter*);
- SkAnnotation* getAnnotation() const { return fAnnotation; }
- SkAnnotation* setAnnotation(SkAnnotation*);
-
/**
* Return the paint's SkDrawLooper (if any). Does not affect the looper's
* reference count.
@@ -1039,7 +1035,6 @@ private:
SkRasterizer* fRasterizer;
SkDrawLooper* fLooper;
SkImageFilter* fImageFilter;
- SkAnnotation* fAnnotation;
SkScalar fTextSize;
SkScalar fTextScaleX;