summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGPathElement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGPathElement.cc')
-rw-r--r--ksvg/dom/SVGPathElement.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGPathElement.cc b/ksvg/dom/SVGPathElement.cc
index 1153cf65..d3610f47 100644
--- a/ksvg/dom/SVGPathElement.cc
+++ b/ksvg/dom/SVGPathElement.cc
@@ -196,5 +196,3 @@ SVGPathSegCurvetoQuadraticSmoothRel SVGPathElement::createSVGPathSegCurvetoQuadr
{
return impl->createSVGPathSegCurvetoQuadraticSmoothRel(x, y);
}
-
-// vim:ts=4:noet