Commit e052b35b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove unused variable.

parent 70dab4d4
......@@ -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];
......
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