]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/epg/EPGView.cpp
epg: remove debug in epg
[vlc] / modules / gui / qt4 / components / epg / EPGView.cpp
index 7e5fb12152c761e0699dc356578007cf5eb1e828..cf3c91a7a189ed28a995b1b8ea24b3659997ed7b 100644 (file)
@@ -36,9 +36,6 @@ EPGView::EPGView( QWidget *parent ) : QGraphicsView( parent )
 
     m_startTime = QDateTime::currentDateTime();
 
-    //tmp
-    setSceneRect( 0, 0, 20000, 200 );
-
     QGraphicsScene *EPGscene = new QGraphicsScene( this );
 
     setScene( EPGscene );