]> git.sesse.net Git - vlc/commitdiff
epg: remove debug in epg
authorLudovic Fauvet <etix@l0cal.com>
Sat, 6 Mar 2010 12:45:07 +0000 (13:45 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 2 Jun 2010 09:59:15 +0000 (11:59 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
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 );