| commit | 2df0e599090bc915362e1efb8eb27a37eccdc1f3 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Fri Oct 16 09:38:11 2020 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Fri Oct 16 14:13:18 2020 +0200 |
| 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>
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index e435d89..bc48311 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)