vlc | branch: master | Rémi Duraffort <[email protected]> | Sat Jul 13 23:16:18 2013 +0200| [7daf829726e28d509f84dff0da3121fd1ebc222b] | committer: Rémi Duraffort
skins2: remove self assignment (cid #1049841) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7daf829726e28d509f84dff0da3121fd1ebc222b --- modules/gui/skins2/src/fsc_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/skins2/src/fsc_window.cpp b/modules/gui/skins2/src/fsc_window.cpp index 6d7df7e..00955cc 100644 --- a/modules/gui/skins2/src/fsc_window.cpp +++ b/modules/gui/skins2/src/fsc_window.cpp @@ -45,7 +45,7 @@ FscWindow::FscWindow( intf_thread_t *pIntf, int left, int top, bool dragDrop, bool playOnDrop, bool visible ) : TopWindow( pIntf, left, top, rWindowManager, dragDrop, playOnDrop, false, GenericWindow::FscWindow ), - m_pTimer( NULL ), m_count( 0 ), m_opacity( m_opacity ), + m_pTimer( NULL ), m_count( 0 ), m_cmdFscHide( this ) { (void)visible; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
