summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-02-15 08:08:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-02-15 09:51:39 +0100
commit16ebca1cd9732fe613fd89884c84fa3b3a0184ea (patch)
tree2edeb08510f9b568b66ce2f7f1e0594d20e35695 /vcl/unx/gtk3
parentad1cc7420ff87745ef6981a85e4e0122f8d8a9e3 (diff)
-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 <sbergman@redhat.com>
Diffstat (limited to 'vcl/unx/gtk3')
-rw-r--r--vcl/unx/gtk3/gtkinst.cxx2
1 files changed, 2 insertions, 0 deletions
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;