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