]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/open.cpp
Qt: remove unneeded hack.
[vlc] / modules / gui / qt4 / dialogs / open.cpp
index 0670580dbe54de8fad7f48bb4008eb99e6a53a7a..c27d260f53f86570cc5d9715fb039fdac0bd58f7 100644 (file)
@@ -75,11 +75,6 @@ OpenDialog::OpenDialog( QWidget *parent,
     i_action_flag = _action_flag;
     b_pl =_b_pl;
 
-    /* Workaround the Win32 Vout that put the video on top at regular times */
-#ifdef WIN32
-    setWindowFlags( Qt::WindowStaysOnTopHint | Qt::Dialog );
-#endif
-
     if( b_selectMode ) /* Select mode */
     {
         i_action_flag = SELECT;