diff options
Diffstat (limited to 'ksvg/dom/SVGAnimatedInteger.cc')
-rw-r--r-- | ksvg/dom/SVGAnimatedInteger.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGAnimatedInteger.cc b/ksvg/dom/SVGAnimatedInteger.cc index df5f9011..ab91c1cf 100644 --- a/ksvg/dom/SVGAnimatedInteger.cc +++ b/ksvg/dom/SVGAnimatedInteger.cc @@ -80,5 +80,3 @@ long SVGAnimatedInteger::animVal() const if(!impl) return -1; return impl->animVal(); } - -// vim:ts=4:noet |