summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGFEMorphologyElement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGFEMorphologyElement.cc')
-rw-r--r--ksvg/dom/SVGFEMorphologyElement.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGFEMorphologyElement.cc b/ksvg/dom/SVGFEMorphologyElement.cc
index 293d86a8..e6f2543a 100644
--- a/ksvg/dom/SVGFEMorphologyElement.cc
+++ b/ksvg/dom/SVGFEMorphologyElement.cc
@@ -91,5 +91,3 @@ SVGAnimatedLength SVGFEMorphologyElement::radiusY() const
if(!impl) return SVGAnimatedLength(0);
return SVGAnimatedLength(impl->radiusY());
}
-
-// vim:ts=4:noet