Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index fa0c61e4ea5f1813aee8902bccaa3ce937e07c63..ac46760abdd363c8a86857f418c1fd91470ddf57 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -67,11 +67,6 @@ public: |
SkPaint& operator=(const SkPaint&); |
- SK_API friend bool operator==(const SkPaint& a, const SkPaint& b); |
- friend bool operator!=(const SkPaint& a, const SkPaint& b) { |
- return !(a == b); |
- } |
- |
void flatten(SkFlattenableWriteBuffer&) const; |
void unflatten(SkFlattenableReadBuffer&); |