[vlc-commits] Qt: remove unused variable.

Jean-Baptiste Kempf git at videolan.org
Sat May 14 13:06:50 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 14 12:59:43 2011 +0200| [e052b35be0f68f8d83adbc69483437d93988eb8b] | committer: Jean-Baptiste Kempf

Qt: remove unused variable.

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

 modules/gui/qt4/components/epg/EPGWidget.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/epg/EPGWidget.cpp b/modules/gui/qt4/components/epg/EPGWidget.cpp
index c3a8432..ddb10d4 100644
--- a/modules/gui/qt4/components/epg/EPGWidget.cpp
+++ b/modules/gui/qt4/components/epg/EPGWidget.cpp
@@ -115,7 +115,7 @@ void EPGWidget::updateEPG( input_item_t *p_input_item )
     m_epgView->cleanup(); /* expire items and flags */
     /* Fixme: input could have dissapeared */
     vlc_mutex_lock(  & p_input_item->lock );
-    int i_nbitems = p_input_item->i_epg;
+
     for ( int i = 0; i < p_input_item->i_epg; ++i )
     {
         vlc_epg_t *p_epg = p_input_item->pp_epg[i];



More information about the vlc-commits mailing list