diff options
Diffstat (limited to 'ksvg/dom/SVGPathSegCurvetoCubic.cc')
-rw-r--r-- | ksvg/dom/SVGPathSegCurvetoCubic.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGPathSegCurvetoCubic.cc b/ksvg/dom/SVGPathSegCurvetoCubic.cc index bee9ce00..02313de9 100644 --- a/ksvg/dom/SVGPathSegCurvetoCubic.cc +++ b/ksvg/dom/SVGPathSegCurvetoCubic.cc @@ -210,5 +210,3 @@ float SVGPathSegCurvetoCubicRel::y2() const if(!impl) return -1; return impl->y2(); } - -// vim:ts=4:noet |