summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPathParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPathParser.cpp')
-rw-r--r--WebCore/svg/SVGPathParser.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/svg/SVGPathParser.cpp b/WebCore/svg/SVGPathParser.cpp
index 66bd00f..a0d6847 100644
--- a/WebCore/svg/SVGPathParser.cpp
+++ b/WebCore/svg/SVGPathParser.cpp
@@ -38,10 +38,6 @@ SVGPathParser::SVGPathParser()
{
}
-SVGPathParser::~SVGPathParser()
-{
-}
-
void SVGPathParser::parseClosePathSegment()
{
// Reset m_currentPoint for the next path.