summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGFETurbulenceElement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGFETurbulenceElement.cc')
-rw-r--r--ksvg/dom/SVGFETurbulenceElement.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGFETurbulenceElement.cc b/ksvg/dom/SVGFETurbulenceElement.cc
index 7d846e6b..2f4fd5b8 100644
--- a/ksvg/dom/SVGFETurbulenceElement.cc
+++ b/ksvg/dom/SVGFETurbulenceElement.cc
@@ -103,5 +103,3 @@ SVGAnimatedEnumeration SVGFETurbulenceElement::type() const
if(!impl) return SVGAnimatedEnumeration(0);
return SVGAnimatedEnumeration(impl->type());
}
-
-// vim:ts=4:noet