Index: Source/platform/geometry/FloatRect.h |
diff --git a/Source/platform/geometry/FloatRect.h b/Source/platform/geometry/FloatRect.h |
index 30e2d9690e961313cf95fc574e6783589716a22b..5e6d5e962916889afbfd634ec0f29054b608672e 100644 |
--- a/Source/platform/geometry/FloatRect.h |
+++ b/Source/platform/geometry/FloatRect.h |
@@ -166,11 +166,6 @@ public: |
FloatRect transposedRect() const { return FloatRect(m_location.transposedPoint(), m_size.transposedSize()); } |
- // Re-initializes this rectangle to fit the sets of passed points. |
- void fitToPoints(const FloatPoint& p0, const FloatPoint& p1); |
- void fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2); |
- void fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3); |
- |
#if OS(MACOSX) |
FloatRect(const CGRect&); |
operator CGRect() const; |