[vlc-commits] Skins2: remove unused variable
Jean-Baptiste Kempf
git at videolan.org
Thu Aug 18 12:22:20 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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;
More information about the vlc-commits
mailing list