Commit 23503cc0 authored by Rafaël Carré's avatar Rafaël Carré

Removes leftover of previous commit

parent 1cbdebe9
...@@ -101,7 +101,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) ...@@ -101,7 +101,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
setFocusPolicy( Qt::StrongFocus ); setFocusPolicy( Qt::StrongFocus );
setAcceptDrops(true); setAcceptDrops(true);
setWindowIcon( QApplication::windowIcon() ); setWindowIcon( QApplication::windowIcon() );
config_GetFloat( p_intf, "qt-opacity" );
setWindowOpacity( config_GetFloat( p_intf, "qt-opacity" ) ); setWindowOpacity( config_GetFloat( p_intf, "qt-opacity" ) );
/* Set The Video In emebedded Mode or not */ /* Set The Video In emebedded Mode or not */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment