]> git.sesse.net Git - vlc/commitdiff
Removes leftover of previous commit
authorRafaël Carré <funman@videolan.org>
Sun, 2 Sep 2007 21:30:04 +0000 (21:30 +0000)
committerRafaël Carré <funman@videolan.org>
Sun, 2 Sep 2007 21:30:04 +0000 (21:30 +0000)
modules/gui/qt4/main_interface.cpp

index a74fa365e73ab896a74be2205aaf090923abb994..aad1f3cae1a65e832e50fc7d8852acb56fc24af4 100644 (file)
@@ -101,7 +101,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
     setFocusPolicy( Qt::StrongFocus );
     setAcceptDrops(true);
     setWindowIcon( QApplication::windowIcon() );
-    config_GetFloat( p_intf, "qt-opacity" );
     setWindowOpacity( config_GetFloat( p_intf, "qt-opacity" ) );
 
     /* Set The Video In emebedded Mode or not */