vcl/unx/gtk/window/gtksalframe.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 920ff4aef83b4b97b8cd075844ce17ff9b324f5b
Author: Stephan Bergmann <sberg...@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;
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to