]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/generic_layout.cpp
skins2: fix forgotten initialization in copy constructor
[vlc] / modules / gui / skins2 / src / generic_layout.cpp
index 54d12195f8d90465437f897af170322df96ee73f..5f5cfa00fc9287627b88fc0fc0465bf96960bb1c 100644 (file)
@@ -219,7 +219,6 @@ void GenericLayout::refreshRect( int x, int y, int width, int height )
 
     // Draw all the controls of the layout
     list<LayeredControl>::const_iterator iter;
-    list<LayeredControl>::const_iterator iterVideo = m_controlList.end();
     for( iter = m_controlList.begin(); iter != m_controlList.end(); ++iter )
     {
         CtrlGeneric *pCtrl = (*iter).m_pControl;