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