vcl/inc/displayconnectiondispatch.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 79e44cf1dc9966509944a65f5d2af07ddde624b7 Author: Stephan Bergmann <stephan.bergm...@collabora.com> AuthorDate: Sun Jul 6 22:14:48 2025 +0200 Commit: Stephan Bergmann <stephan.bergm...@collabora.com> CommitDate: Mon Jul 7 07:55:14 2025 +0200 -Werror,-Wunused-private-field ...after 2adcb38ab7c984098706125978ea878951f5ab87 "vcl: Move connection identifer logic out of DisplayConnectionDispatch" Change-Id: Ie9270c1aaa6cee5a25f21f583b38440a8730ed81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187451 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@collabora.com> diff --git a/vcl/inc/displayconnectiondispatch.hxx b/vcl/inc/displayconnectiondispatch.hxx index 0e7d4540e256..43cfadd4250d 100644 --- a/vcl/inc/displayconnectiondispatch.hxx +++ b/vcl/inc/displayconnectiondispatch.hxx @@ -40,7 +40,6 @@ class VCL_DLLPUBLIC DisplayConnectionDispatch final : public cppu::OWeakObject { std::mutex m_aMutex; std::vector<rtl::Reference<DisplayEventHandler>> m_aHandlers; - OUString m_ConnectionIdentifier; public: DisplayConnectionDispatch(); ~DisplayConnectionDispatch() override;