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