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