summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGAnimationElement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGAnimationElement.cc')
-rw-r--r--ksvg/dom/SVGAnimationElement.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGAnimationElement.cc b/ksvg/dom/SVGAnimationElement.cc
index 0d4014a7..0cc1ce3b 100644
--- a/ksvg/dom/SVGAnimationElement.cc
+++ b/ksvg/dom/SVGAnimationElement.cc
@@ -89,5 +89,3 @@ float SVGAnimationElement::getSimpleDuration()
if(!impl) return -1;
return impl->getSimpleDuration();
}
-
-// vim:ts=4:noet