diff options
Diffstat (limited to 'ksvg/dom/SVGFEFloodElement.cc')
-rw-r--r-- | ksvg/dom/SVGFEFloodElement.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGFEFloodElement.cc b/ksvg/dom/SVGFEFloodElement.cc index 7b0b320c..0689cb10 100644 --- a/ksvg/dom/SVGFEFloodElement.cc +++ b/ksvg/dom/SVGFEFloodElement.cc @@ -72,5 +72,3 @@ SVGAnimatedString SVGFEFloodElement::in1() const if(!impl) return SVGAnimatedString(0); return SVGAnimatedString(impl->in1()); } - -// vim:ts=4:noet |