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