summaryrefslogtreecommitdiff
path: root/vcl/inc/headless/svpvd.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-01 14:20:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-02 06:38:20 +0000
commit837f171810a95a1d87907dd08d67e969276f0559 (patch)
tree6891aa9774c63b759b29d365e0d141f5d7bf3a8c /vcl/inc/headless/svpvd.hxx
parent01fd60b8fa614f5911d96bb34b40c62ebe1c20fb (diff)
loplugin:unusedmethods in vcl
Change-Id: Ib404310761fd555b033ab6594ba8636d37f23463 Reviewed-on: https://gerrit.libreoffice.org/19074 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/headless/svpvd.hxx')
-rw-r--r--vcl/inc/headless/svpvd.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/headless/svpvd.hxx b/vcl/inc/headless/svpvd.hxx
index 255de3a67923..9b73ae54604d 100644
--- a/vcl/inc/headless/svpvd.hxx
+++ b/vcl/inc/headless/svpvd.hxx
@@ -46,8 +46,6 @@ public:
const bool bTopDown
) SAL_OVERRIDE;
- basebmp::BitmapDeviceSharedPtr getBitmapDevice() { return m_aDevice; }
-
// SalGeometryProvider
virtual long GetWidth() const SAL_OVERRIDE { return m_aDevice.get() ? m_aDevice->getSize().getX() : 0; }
virtual long GetHeight() const SAL_OVERRIDE { return m_aDevice.get() ? m_aDevice->getSize().getY() : 0; }