vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Aug 18 
12:00:15 2011 +0200| [69804c5fcac4e2405fe49710cd71f9915f6a5221] | committer: 
Jean-Baptiste Kempf

Skins2: remove unused variable

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69804c5fcac4e2405fe49710cd71f9915f6a5221
---

 modules/gui/skins2/src/generic_layout.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/skins2/src/generic_layout.cpp 
b/modules/gui/skins2/src/generic_layout.cpp
index 54d1219..5f5cfa0 100644
--- a/modules/gui/skins2/src/generic_layout.cpp
+++ b/modules/gui/skins2/src/generic_layout.cpp
@@ -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;

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to