]> git.sesse.net Git - vlc/commitdiff
Qt: remove unneeded hack.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 8 Jun 2009 13:41:20 +0000 (15:41 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 8 Jun 2009 14:04:37 +0000 (16:04 +0200)
It seems to work correctly on Vista.
(cherry picked from commit ff35eda80621ce79ba7c11b3a8917988ba86ee6e)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
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;