Index: Source/platform/geometry/Region.h |
diff --git a/Source/platform/geometry/Region.h b/Source/platform/geometry/Region.h |
index 3412db0f17971d2272666d4b16938242d3925a39..3ceca4e6dbfe99efd189a4d1e2b1f191387dc02a 100644 |
--- a/Source/platform/geometry/Region.h |
+++ b/Source/platform/geometry/Region.h |
@@ -57,8 +57,6 @@ public: |
// Returns true if the query region intersects any part of this region. |
bool intersects(const Region&) const; |
- unsigned totalArea() const; |
- |
#ifndef NDEBUG |
void dump() const; |
#endif |