Index: src/core/SkAAClip.h |
diff --git a/src/core/SkAAClip.h b/src/core/SkAAClip.h |
index c36a3e98ce734d1ce1096edc244034372ba91403..f2cde62dbc8d90387a83fe4ff806fb60ea49bfc5 100644 |
--- a/src/core/SkAAClip.h |
+++ b/src/core/SkAAClip.h |
@@ -28,10 +28,6 @@ |
bool isEmpty() const { return NULL == fRunHead; } |
const SkIRect& getBounds() const { return fBounds; } |
- |
- // Returns true iff the clip is not empty, and is just a hard-edged rect (no partial alpha). |
- // If true, getBounds() can be used in place of this clip. |
- bool isRect() const; |
bool setEmpty(); |
bool setRect(const SkIRect&); |