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