vcl/source/window/window.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 3d83bdb94a43b7d77c5a2362cb8204caf47a6b54
Author: Vasily Melenchuk <[email protected]>
AuthorDate: Wed Oct 25 13:48:39 2023 +0300
Commit: Vasily Melenchuk <[email protected]>
CommitDate: Thu Nov 2 09:41:06 2023 +0100
vcl: removed redundant check
Change-Id: Iec2c344df9eb1fa61bb04355c3eee38499edcdac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158422
Tested-by: Jenkins
Reviewed-by: Vasily Melenchuk <[email protected]>
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 35b17761e2c4..437a8b14dcb6 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -2398,9 +2398,6 @@ void Window::Show(bool bVisible, ShowFlags nFlags)
// now only notify with a NULL data pointer, for all other clients except
the access bridge.
if ( !bRealVisibilityChanged )
CallEventListeners( mpWindowImpl->mbVisible ? VclEventId::WindowShow :
VclEventId::WindowHide );
- if( xWindow->isDisposed() )
- return;
-
}
Size Window::GetSizePixel() const