summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGZoomAndPan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGZoomAndPan.cpp')
-rw-r--r--WebCore/svg/SVGZoomAndPan.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/WebCore/svg/SVGZoomAndPan.cpp b/WebCore/svg/SVGZoomAndPan.cpp
index d256bd0..93ab3ad 100644
--- a/WebCore/svg/SVGZoomAndPan.cpp
+++ b/WebCore/svg/SVGZoomAndPan.cpp
@@ -29,20 +29,6 @@
namespace WebCore {
-SVGZoomAndPan::SVGZoomAndPan()
- : m_zoomAndPan(SVG_ZOOMANDPAN_MAGNIFY)
-{
-}
-
-SVGZoomAndPan::~SVGZoomAndPan()
-{
-}
-
-unsigned short SVGZoomAndPan::zoomAndPan() const
-{
- return m_zoomAndPan;
-}
-
void SVGZoomAndPan::setZoomAndPan(unsigned short zoomAndPan)
{
m_zoomAndPan = zoomAndPan;