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