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