diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-15 15:28:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-17 15:07:35 +0200 |
commit | 561a02ec72cf963d7cd59cfb9a183c1032f0861b (patch) | |
tree | a25f9bc0d2ef9af339be1e33f138d4e6f9691fca /vcl/inc/opengl/x11 | |
parent | f9d5da8b491e30a08fa6996164e12e4d8715af46 (diff) |
loplugin:unusedfields in vcl part3
Change-Id: I5a6319ba1667af6e9b7b92c22f858188c28c4c61
Reviewed-on: https://gerrit.libreoffice.org/38835
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/opengl/x11')
-rw-r--r-- | vcl/inc/opengl/x11/X11DeviceInfo.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/opengl/x11/salvd.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/opengl/x11/X11DeviceInfo.hxx b/vcl/inc/opengl/x11/X11DeviceInfo.hxx index a44c7e3180a2..58cb0c1bf4d9 100644 --- a/vcl/inc/opengl/x11/X11DeviceInfo.hxx +++ b/vcl/inc/opengl/x11/X11DeviceInfo.hxx @@ -24,7 +24,6 @@ private: bool mbIsIntel; bool mbIsOldSwrast; bool mbIsLlvmpipe; - bool mbHasTextureFromPixmap; OString maVendor; OString maRenderer; diff --git a/vcl/inc/opengl/x11/salvd.hxx b/vcl/inc/opengl/x11/salvd.hxx index 8828db95b5ce..12f0ede73992 100644 --- a/vcl/inc/opengl/x11/salvd.hxx +++ b/vcl/inc/opengl/x11/salvd.hxx @@ -30,7 +30,6 @@ class X11OpenGLSalVirtualDevice : public SalVirtualDevice SalX11Screen mnXScreen; int mnWidth; int mnHeight; - sal_uInt16 mnDepth; public: X11OpenGLSalVirtualDevice( SalGraphics *pGraphics, |