[vlc-devel] commit: skins(Linux): remove dead code (Erwan Tulou )

git version control git at videolan.org
Sat Feb 27 00:01:48 CET 2010


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Fri Feb 26 23:19:35 2010 +0100| [9e3f5a7e70929c3b3496ab5b465645ce3d5566e8] | committer: Erwan Tulou 

skins(Linux): remove dead code

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e3f5a7e70929c3b3496ab5b465645ce3d5566e8
---

 modules/gui/skins2/x11/x11_loop.cpp |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/modules/gui/skins2/x11/x11_loop.cpp b/modules/gui/skins2/x11/x11_loop.cpp
index 2436c69..24c1c3e 100644
--- a/modules/gui/skins2/x11/x11_loop.cpp
+++ b/modules/gui/skins2/x11/x11_loop.cpp
@@ -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 =




More information about the vlc-devel mailing list