diff options
Diffstat (limited to 'ksvg/impl/SVGPathSegClosePathImpl.cc')
-rw-r--r-- | ksvg/impl/SVGPathSegClosePathImpl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/impl/SVGPathSegClosePathImpl.cc b/ksvg/impl/SVGPathSegClosePathImpl.cc index c18e6027..f5e15f88 100644 --- a/ksvg/impl/SVGPathSegClosePathImpl.cc +++ b/ksvg/impl/SVGPathSegClosePathImpl.cc @@ -42,5 +42,3 @@ void SVGPathSegClosePathImpl::getDeltasAndSlopes(double curx, double cury, doubl *pstartSlope = startSlope; *pendSlope = endSlope; } - -// vim:ts=4:noet |