diff options
Diffstat (limited to 'ksvg/dom/SVGPathSegLineto.cc')
-rw-r--r-- | ksvg/dom/SVGPathSegLineto.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGPathSegLineto.cc b/ksvg/dom/SVGPathSegLineto.cc index faabb04e..d4ef6399 100644 --- a/ksvg/dom/SVGPathSegLineto.cc +++ b/ksvg/dom/SVGPathSegLineto.cc @@ -114,5 +114,3 @@ float SVGPathSegLinetoRel::y() const if(!impl) return -1; return impl->y(); } - -// vim:ts=4:noet |