summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2016-02-09 23:23:54 +0100
committerMichael Meeks <michael.meeks@collabora.com>2016-02-10 13:00:05 +0000
commit30e32035adfb053637ca68127bedd68a938e7332 (patch)
treec3ed0f2e60744debf98ed2cd1c0c41c2258c534a /vcl/inc
parentf26f5226542c8a707eda3dcd8a9f81fbbf0342c0 (diff)
opengl: remove unneeded mnBufWidth{Height} from OpenGLSalBitmap
Reviewed-on: https://gerrit.libreoffice.org/22258 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit b4c6cf513c5bb0ed02b95bbdbb0879a78c1eca65) Change-Id: Idf445b9f6b403a0d37650c14e17b7d754451edf1 Reviewed-on: https://gerrit.libreoffice.org/22264 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/opengl/salbmp.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/opengl/salbmp.hxx b/vcl/inc/opengl/salbmp.hxx
index 4b340271e846..8917a5a234d5 100644
--- a/vcl/inc/opengl/salbmp.hxx
+++ b/vcl/inc/opengl/salbmp.hxx
@@ -47,8 +47,6 @@ private:
sal_uInt16 mnBytesPerRow;
int mnWidth;
int mnHeight;
- int mnBufWidth;
- int mnBufHeight;
std::deque< OpenGLSalBitmapOp* > maPendingOps;
virtual void updateChecksum() const override;