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