Commit 69804c5f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Skins2: remove unused variable

parent 14278bdf
......@@ -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;
......
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