Commit 7daf8297 authored by Rémi Duraffort's avatar Rémi Duraffort

skins2: remove self assignment (cid #1049841)

parent 0f14935d
...@@ -45,7 +45,7 @@ FscWindow::FscWindow( intf_thread_t *pIntf, int left, int top, ...@@ -45,7 +45,7 @@ FscWindow::FscWindow( intf_thread_t *pIntf, int left, int top,
bool dragDrop, bool playOnDrop, bool visible ) : bool dragDrop, bool playOnDrop, bool visible ) :
TopWindow( pIntf, left, top, rWindowManager, dragDrop, TopWindow( pIntf, left, top, rWindowManager, dragDrop,
playOnDrop, false, GenericWindow::FscWindow ), playOnDrop, false, GenericWindow::FscWindow ),
m_pTimer( NULL ), m_count( 0 ), m_opacity( m_opacity ), m_pTimer( NULL ), m_count( 0 ),
m_cmdFscHide( this ) m_cmdFscHide( this )
{ {
(void)visible; (void)visible;
......
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