diff options
Diffstat (limited to 'ksvg/dom/SVGZoomAndPan.cc')
-rw-r--r-- | ksvg/dom/SVGZoomAndPan.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGZoomAndPan.cc b/ksvg/dom/SVGZoomAndPan.cc index a65284f1..a8a0bf04 100644 --- a/ksvg/dom/SVGZoomAndPan.cc +++ b/ksvg/dom/SVGZoomAndPan.cc @@ -66,5 +66,3 @@ unsigned short SVGZoomAndPan::zoomAndPan() const if(!impl) return SVG_ZOOMANDPAN_UNKNOWN; return impl->zoomAndPan(); } - -// vim:ts=4:noet |