diff options
Diffstat (limited to 'ksvg/impl/SVGPreserveAspectRatioImpl.cc')
-rw-r--r-- | ksvg/impl/SVGPreserveAspectRatioImpl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/impl/SVGPreserveAspectRatioImpl.cc b/ksvg/impl/SVGPreserveAspectRatioImpl.cc index f9e95405..bce71948 100644 --- a/ksvg/impl/SVGPreserveAspectRatioImpl.cc +++ b/ksvg/impl/SVGPreserveAspectRatioImpl.cc @@ -213,5 +213,3 @@ Value KSVG::getSVGPreserveAspectRatioImplConstructor(ExecState *exec) { return cacheGlobalBridge<SVGPreserveAspectRatioImplConstructor>(exec, "[[svgpreserveaspectratio.constructor]]"); } - -// vim:ts=4:noet |