diff options
Diffstat (limited to 'ksvg/dom/SVGPathSegClosePath.cc')
-rw-r--r-- | ksvg/dom/SVGPathSegClosePath.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGPathSegClosePath.cc b/ksvg/dom/SVGPathSegClosePath.cc index d9f33877..af7dc302 100644 --- a/ksvg/dom/SVGPathSegClosePath.cc +++ b/ksvg/dom/SVGPathSegClosePath.cc @@ -42,5 +42,3 @@ SVGPathSegClosePath::~SVGPathSegClosePath() { delete impl; } - -// vim:ts=4:noet |