summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPathStringBuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPathStringBuilder.cpp')
-rw-r--r--WebCore/svg/SVGPathStringBuilder.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/svg/SVGPathStringBuilder.cpp b/WebCore/svg/SVGPathStringBuilder.cpp
index 0a166ad..951956d 100644
--- a/WebCore/svg/SVGPathStringBuilder.cpp
+++ b/WebCore/svg/SVGPathStringBuilder.cpp
@@ -24,10 +24,6 @@
namespace WebCore {
-SVGPathStringBuilder::SVGPathStringBuilder()
-{
-}
-
void SVGPathStringBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode)
{
if (mode == AbsoluteCoordinates)