diff options
Diffstat (limited to 'WebCore/svg/SVGZoomEvent.cpp')
-rw-r--r-- | WebCore/svg/SVGZoomEvent.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/svg/SVGZoomEvent.cpp b/WebCore/svg/SVGZoomEvent.cpp index f8d94e4..784c32b 100644 --- a/WebCore/svg/SVGZoomEvent.cpp +++ b/WebCore/svg/SVGZoomEvent.cpp @@ -31,10 +31,6 @@ SVGZoomEvent::SVGZoomEvent() { } -SVGZoomEvent::~SVGZoomEvent() -{ -} - FloatRect SVGZoomEvent::zoomRectScreen() const { return m_zoomRectScreen; |