]> git.sesse.net Git - vlc/commitdiff
skins(Linux): remove dead code
authorErwan Tulou <erwan10@videolan.org>
Fri, 26 Feb 2010 22:19:35 +0000 (23:19 +0100)
committerErwan Tulou <erwan10@videolan.org>
Fri, 26 Feb 2010 23:01:08 +0000 (00:01 +0100)
modules/gui/skins2/x11/x11_loop.cpp

index 2436c69c533f0abe375b99aa5115f919db69e856..24c1c3e566c323ec854354e1092218dc106ae710 100644 (file)
@@ -168,18 +168,6 @@ void X11Loop::handleX11Event()
 
     if( event.xany.window == m_rDisplay.getMainWindow() )
     {
-        if( event.type == MapNotify )
-        {
-            // When the "parent" window is mapped, show all the visible
-            // windows, as it is not automatic, unfortunately
-            Theme *pTheme = getIntf()->p_sys->p_theme;
-            if( pTheme )
-            {
-                // Commented out as it really doesn't seem useful
-                // but rather brings visible problems
-                // pTheme->getWindowManager().synchVisibility();
-            }
-        }
         if( event.type == ClientMessage )
         {
             Atom wm_protocols =