summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/wince/PathWinCE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/wince/PathWinCE.cpp')
-rw-r--r--WebCore/platform/graphics/wince/PathWinCE.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/platform/graphics/wince/PathWinCE.cpp b/WebCore/platform/graphics/wince/PathWinCE.cpp
index 4f0195c..fa4c8fb 100644
--- a/WebCore/platform/graphics/wince/PathWinCE.cpp
+++ b/WebCore/platform/graphics/wince/PathWinCE.cpp
@@ -123,11 +123,6 @@ bool Path::isEmpty() const
return m_path->isEmpty();
}
-String Path::debugString() const
-{
- return m_path->debugString();
-}
-
void Path::apply(void* info, PathApplierFunction function) const
{
m_path->apply(info, function);