diff options
Diffstat (limited to 'ksvg/dom/SVGMPathElement.cc')
-rw-r--r-- | ksvg/dom/SVGMPathElement.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGMPathElement.cc b/ksvg/dom/SVGMPathElement.cc index 6d7a36e4..cb725260 100644 --- a/ksvg/dom/SVGMPathElement.cc +++ b/ksvg/dom/SVGMPathElement.cc @@ -65,5 +65,3 @@ SVGMPathElement::~SVGMPathElement() if(impl) impl->deref(); } - -// vim:ts=4:noet |