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