[Libreoffice-commits] core.git: vcl/unx
Stephan Bergmann
sbergman at redhat.com
Tue Sep 8 05:26:38 PDT 2015
vcl/unx/gtk/window/gtksalframe.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 920ff4aef83b4b97b8cd075844ce17ff9b324f5b
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Sep 8 14:21:26 2015 +0200
clang-analyzer-deadcode.DeadStores
same as 12a2a78cd1860ab5fea21889275a46c2456f00db
Change-Id: Ibb4930abfd620f81c528ed0fe6ca62d887d77636
diff --git a/vcl/unx/gtk/window/gtksalframe.cxx b/vcl/unx/gtk/window/gtksalframe.cxx
index 6bc25f3..21a1876 100644
--- a/vcl/unx/gtk/window/gtksalframe.cxx
+++ b/vcl/unx/gtk/window/gtksalframe.cxx
@@ -3187,7 +3187,6 @@ void GtkSalFrame::createNewWindow( ::Window aNewParent, bool bXEmbed, SalX11Scre
aParentData.bXEmbedSupport = bXEmbed;
if( aNewParent == None )
{
- aNewParent = getDisplay()->GetRootWindow(nXScreen);
aParentData.aWindow = None;
aParentData.bXEmbedSupport = false;
}
More information about the Libreoffice-commits
mailing list