summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-04-07 16:35:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-04-07 20:19:18 +0200
commitadb05e2d256ee8cfcba1ded92e650c42ea0fb021 (patch)
tree00c1c252ea923307a76326916faea0b94e01588c /vcl
parentf4e8244700adcbbf4f5c975a37520aa138ea7005 (diff)
-Werror,-Wunused-private-field
...apparently since 615ceb107e9faf01b568b0a2440a3f09c8f88ca6 "vcl: remove 4-bit bitmap support from qt5 backend" Change-Id: I8e130b6e1a2439476e6bdf934a3c380d4599c23e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113743 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/qt5/Qt5Bitmap.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/qt5/Qt5Bitmap.hxx b/vcl/inc/qt5/Qt5Bitmap.hxx
index d01966dab85b..348001d72ee5 100644
--- a/vcl/inc/qt5/Qt5Bitmap.hxx
+++ b/vcl/inc/qt5/Qt5Bitmap.hxx
@@ -29,7 +29,6 @@ class Qt5Bitmap final : public SalBitmap
{
std::unique_ptr<QImage> m_pImage;
BitmapPalette m_aPalette;
- Size m_aSize;
public:
Qt5Bitmap();