[vlc-commits] skins2: remove self assignment (cid #1049841)
Rémi Duraffort
git at videolan.org
Sun Jul 14 12:04:08 CEST 2013
vlc/vlc-2.1 | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Jul 13 23:16:18 2013 +0200| [7732dadd072b90a0d3a361158ffeb046fc016c61] | committer: Jean-Baptiste Kempf
skins2: remove self assignment (cid #1049841)
(cherry picked from commit 7daf829726e28d509f84dff0da3121fd1ebc222b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=7732dadd072b90a0d3a361158ffeb046fc016c61
---
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;
More information about the vlc-commits
mailing list