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