summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/SVGPathSegListImpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/SVGPathSegListImpl.cc')
-rw-r--r--ksvg/impl/SVGPathSegListImpl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/impl/SVGPathSegListImpl.cc b/ksvg/impl/SVGPathSegListImpl.cc
index ee316938..7e3ff83e 100644
--- a/ksvg/impl/SVGPathSegListImpl.cc
+++ b/ksvg/impl/SVGPathSegListImpl.cc
@@ -60,5 +60,3 @@ Value SVGPathSegListImplProtoFunc::call(ExecState *exec, Object &thisObj, const
return obj->call(exec, static_cast<SVGList<SVGPathSegImpl> *>(obj), args, id);
}
-
-// vim:ts=4:noet