Commit 1ef8da27 authored by Adrien Maglo's avatar Adrien Maglo

Qt/EPG: Remove a bad setting of the EPGView start time.

parent 753a7d15
......@@ -72,7 +72,6 @@ void EPGWidget::setZoom( int level )
void EPGWidget::updateEPG( vlc_epg_t **pp_epg, int i_epg )
{
m_epgView->setStartTime( QDateTime::currentDateTime() );
for ( int i = 0; i < i_epg; ++i )
{
vlc_epg_t *p_epg = 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