diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-16 09:38:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-16 14:13:18 +0200 |
commit | 2df0e599090bc915362e1efb8eb27a37eccdc1f3 (patch) | |
tree | 96885c7d01b97177ea6fad5afafdc7130e84d170 | |
parent | c143ad222a3c4c8d86699e1b3f20d3a5262da1e2 (diff) |
cid#1468188 dead code
Change-Id: I5c80f0a0883e899e2bd2e1b76849772fad2ea8d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104421
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | vcl/source/window/window2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index e435d890861e..bc48311e0d8c 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -1321,7 +1321,7 @@ static bool HasParentDockingWindow(const vcl::Window* pWindow) pWindow = pWindow->GetParent(); } - return pWindow && pWindow->IsDockingWindow(); + return false; } void Window::queue_resize(StateChangedType eReason) |