From 4f3dd930324552aec40b333d750ec7b95ff03c26 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 19 May 2023 11:27:59 +0200 Subject: loplugin:unusedfields Change-Id: I5036b484055e516fd808428238a044e12d34e089 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152005 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/window/window.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/source') diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 44b2543deb2f..a38cc54d4742 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -736,7 +736,6 @@ WindowImpl::WindowImpl( vcl::Window& rWindow, WindowType nType ) mbDoubleBufferingRequested = bDoubleBuffer; // when we are not sure, assume it cannot do double-buffering via RenderContext mpLOKNotifier = nullptr; mnLOKWindowId = 0; - mbLOKParentNotifier = false; mbUseFrameData = false; } @@ -3204,8 +3203,6 @@ void Window::SetLOKNotifier(const vcl::ILibreOfficeKitNotifier* pNotifier, bool mpWindowImpl->mnLOKWindowId = sLastLOKWindowId++; GetLOKWindowsMap().emplace(mpWindowImpl->mnLOKWindowId, this); } - else - mpWindowImpl->mbLOKParentNotifier = true; mpWindowImpl->mpLOKNotifier = pNotifier; } -- cgit