summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-03-04 14:55:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-03-04 21:58:23 +0100
commit8e49505fa7352023c252bf794ae84c9082d7264e (patch)
treef9ba1bcb0b5d17e58075460925e5e4dee84b5ff7
parentc7c99f89eeb119ae6062053eb37f5a9a51073a37 (diff)
-Werror,-Wunused-private-field
...apparently ever since introduced in d2cd1fad73b97e62443a215c84b7b5d5ee74a818 "split and move MenuBar BubbleWindowManager to vcl" Change-Id: I479612969e9307daaa45b75d006d3929342b72aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111963 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--include/vcl/menubarupdateicon.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/menubarupdateicon.hxx b/include/vcl/menubarupdateicon.hxx
index 0b021519dffd..7aacad52d3ec 100644
--- a/include/vcl/menubarupdateicon.hxx
+++ b/include/vcl/menubarupdateicon.hxx
@@ -34,7 +34,6 @@ class VCL_DLLPUBLIC MenuBarUpdateIconManager
private:
OUString maBubbleTitle;
OUString maBubbleText;
- OUString maBubbleImageURL;
Image maBubbleImage;
VclPtr<BubbleWindow> mpBubbleWin;
VclPtr<SystemWindow> mpIconSysWin;