summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGStopElement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGStopElement.cc')
-rw-r--r--ksvg/dom/SVGStopElement.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGStopElement.cc b/ksvg/dom/SVGStopElement.cc
index a9db9a56..1288a49e 100644
--- a/ksvg/dom/SVGStopElement.cc
+++ b/ksvg/dom/SVGStopElement.cc
@@ -71,5 +71,3 @@ SVGAnimatedNumber SVGStopElement::offset() const
if(!impl) return SVGAnimatedNumber(0);
return SVGAnimatedNumber(impl->offset());
}
-
-// vim:ts=4:noet