[Libreoffice-commits] core.git: vcl/inc
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 7 18:20:02 UTC 2021
vcl/inc/qt5/Qt5Bitmap.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit adb05e2d256ee8cfcba1ded92e650c42ea0fb021
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Apr 7 16:35:49 2021 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Apr 7 20:19:18 2021 +0200
-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 at redhat.com>
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();
More information about the Libreoffice-commits
mailing list