[Libreoffice-commits] core.git: vcl/unx
Stephan Bergmann
sbergman at redhat.com
Mon Sep 7 08:59:58 PDT 2015
vcl/unx/generic/window/salframe.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 12a2a78cd1860ab5fea21889275a46c2456f00db
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Sep 7 17:57:59 2015 +0200
clang-analyzer-deadcode.DeadStores
...ever since its inception with fccfef4812b07a56e2ea0b7dabe27bfa6ec78ea6
"INTEGRATION: CWS impresshydra"
Change-Id: I098b4434bfb1ed2c10f1476c21f1427fe2292b60
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx
index 7efa871..2693580 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -2559,7 +2559,6 @@ void X11SalFrame::createNewWindow( ::Window aNewParent, SalX11Screen nXScreen )
aParentData.bXEmbedSupport = (aNewParent != None && m_bXEmbed); // caution: this is guesswork
if( aNewParent == None )
{
- aNewParent = GetDisplay()->GetRootWindow(nXScreen);
aParentData.aWindow = None;
m_bXEmbed = false;
}
More information about the Libreoffice-commits
mailing list