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