diff options
Diffstat (limited to 'ksvg/dom/SVGPoint.cc')
-rw-r--r-- | ksvg/dom/SVGPoint.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGPoint.cc b/ksvg/dom/SVGPoint.cc index ac194e7e..c385c904 100644 --- a/ksvg/dom/SVGPoint.cc +++ b/ksvg/dom/SVGPoint.cc @@ -93,5 +93,3 @@ SVGPoint SVGPoint::matrixTransform(SVGMatrix &matrix) if(!impl) return SVGPoint(0); return SVGPoint(impl->matrixTransform(*matrix.handle())); } - -// vim:ts=4:noet |