diff options
Diffstat (limited to 'ksvg/dom/SVGPreserveAspectRatio.cc')
-rw-r--r-- | ksvg/dom/SVGPreserveAspectRatio.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGPreserveAspectRatio.cc b/ksvg/dom/SVGPreserveAspectRatio.cc index f86ca1b4..51f6e32b 100644 --- a/ksvg/dom/SVGPreserveAspectRatio.cc +++ b/ksvg/dom/SVGPreserveAspectRatio.cc @@ -77,5 +77,3 @@ unsigned short SVGPreserveAspectRatio::meetOrSlice() const if(!impl) return SVG_MEETORSLICE_UNKNOWN; return impl->meetOrSlice(); } - -// vim:ts=4:noet |