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