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