summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/SVGPathSegImpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/SVGPathSegImpl.cc')
-rw-r--r--ksvg/impl/SVGPathSegImpl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/impl/SVGPathSegImpl.cc b/ksvg/impl/SVGPathSegImpl.cc
index c1f2934d..3ad83d35 100644
--- a/ksvg/impl/SVGPathSegImpl.cc
+++ b/ksvg/impl/SVGPathSegImpl.cc
@@ -103,5 +103,3 @@ Value KSVG::getSVGPathSegImplConstructor(ExecState *exec)
{
return cacheGlobalBridge<SVGPathSegImplConstructor>(exec, "[[svgpathseg.constructor]]");
}
-
-// vim:ts=4:noet