summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-05-19 11:27:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-05-20 12:54:56 +0200
commit4f3dd930324552aec40b333d750ec7b95ff03c26 (patch)
tree7afca049ba8e713dd98bda8f074b1500a4e8bbfe /vcl/source
parenta3d566165c0580ab41334cb3e031465df1f839ad (diff)
loplugin:unusedfields
Change-Id: I5036b484055e516fd808428238a044e12d34e089 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152005 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/window.cxx3
1 files changed, 0 insertions, 3 deletions
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;
}