]> git.sesse.net Git - vlc/commitdiff
Revert [24713]. If problem there is it's in configure.ac or in the qt4 .pc's
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 31 Jan 2008 22:22:25 +0000 (22:22 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 31 Jan 2008 22:22:25 +0000 (22:22 +0000)
modules/gui/qt4/qt4.cpp

index 7b895c11235b3dcba50b02012e0b724c695b435b..bbf7151426e8ce1a3c626e1af4b598725c1bf5e0 100644 (file)
@@ -210,7 +210,6 @@ static int Open( vlc_object_t *p_this )
 {
     intf_thread_t *p_intf = (intf_thread_t *)p_this;
     p_intf->pf_run = Run;
-#if 0
 #if defined Q_WS_X11 && defined HAVE_X11_XLIB_H
     /* Thanks for libqt4 calling exit() in QApplication::QApplication()
      * instead of returning an error, we have to check the X11 display */
@@ -221,7 +220,6 @@ static int Open( vlc_object_t *p_this )
         return VLC_EGENERIC;
     }
     XCloseDisplay( p_display );
-#endif
 #endif
     p_intf->p_sys = (intf_sys_t *)malloc( sizeof( intf_sys_t ) );
     if( !p_intf->p_sys )