summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/ClientRect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/ClientRect.cpp')
-rw-r--r--WebCore/dom/ClientRect.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/dom/ClientRect.cpp b/WebCore/dom/ClientRect.cpp
index b132222..c69a2ab 100644
--- a/WebCore/dom/ClientRect.cpp
+++ b/WebCore/dom/ClientRect.cpp
@@ -38,9 +38,4 @@ ClientRect::ClientRect(const IntRect& rect)
{
}
-ClientRect::ClientRect(const FloatRect& rect)
- : m_rect(rect)
-{
-}
-
} // namespace WebCore