summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGAnimatedLength.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGAnimatedLength.cc')
-rw-r--r--ksvg/dom/SVGAnimatedLength.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGAnimatedLength.cc b/ksvg/dom/SVGAnimatedLength.cc
index 50172f13..4e1cb06b 100644
--- a/ksvg/dom/SVGAnimatedLength.cc
+++ b/ksvg/dom/SVGAnimatedLength.cc
@@ -75,5 +75,3 @@ SVGLength SVGAnimatedLength::animVal() const
if(!impl) return SVGLength(0);
return SVGLength(impl->animVal());
}
-
-// vim:ts=4:noet