diff options
Diffstat (limited to 'ksvg/dom/SVGFilterPrimitiveStandardAttributes.cc')
-rw-r--r-- | ksvg/dom/SVGFilterPrimitiveStandardAttributes.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGFilterPrimitiveStandardAttributes.cc b/ksvg/dom/SVGFilterPrimitiveStandardAttributes.cc index 05b2ef2a..fd629054 100644 --- a/ksvg/dom/SVGFilterPrimitiveStandardAttributes.cc +++ b/ksvg/dom/SVGFilterPrimitiveStandardAttributes.cc @@ -84,5 +84,3 @@ SVGAnimatedString SVGFilterPrimitiveStandardAttributes::result() const if(!impl) return SVGAnimatedString(0); return SVGAnimatedString(impl->result()); } - -// vim:ts=4:noet |