vcl/unx/gtk3/gtkinst.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 16ebca1cd9732fe613fd89884c84fa3b3a0184ea
Author: Stephan Bergmann <[email protected]>
AuthorDate: Tue Feb 15 08:08:27 2022 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue Feb 15 09:51:39 2022 +0100
-Werror,-Wunused-private-field
(all its uses are wrapped in #if 0)
Change-Id: I16ad0406327a9ced791bbd1baae40d66a2e5b3ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129950
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 3ddd6b9e59a0..125c58808bf3 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -18063,7 +18063,9 @@ private:
std::unique_ptr<comphelper::string::NaturalStringSorter> m_xSorter;
vcl::QuickSelectionEngine m_aQuickSelectionEngine;
std::vector<std::unique_ptr<GtkTreeRowReference,
GtkTreeRowReferenceDeleter>> m_aSeparatorRows;
+#if 0
OUString m_sMenuButtonRow;
+#endif
// bool m_bHoverSelection;
// bool m_bMouseInOverlayButton;
bool m_bPopupActive;