summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cc')
-rw-r--r--ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cc b/ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cc
index 35a841c8..d0a52205 100644
--- a/ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cc
+++ b/ksvg/dom/SVGPathSegCurvetoQuadraticSmooth.cc
@@ -114,5 +114,3 @@ float SVGPathSegCurvetoQuadraticSmoothRel::y() const
if(!impl) return -1;
return impl->y();
}
-
-// vim:ts=4:noet