]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/epg/EPGWidget.cpp
Qt/EPG: Remove a bad setting of the EPGView start time.
[vlc] / modules / gui / qt4 / components / epg / EPGWidget.cpp
index 508c117fb2f21987bf45c7d71d32c24a54946198..b614846a2a55ccc57f7e13aa1444b8184428425a 100644 (file)
@@ -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];