From 5519059009749a0357e95751cdde3b00d1f7f2b3 Mon Sep 17 00:00:00 2001 From: Ludovic Fauvet Date: Sat, 6 Mar 2010 13:45:07 +0100 Subject: [PATCH] epg: remove debug in epg Signed-off-by: Jean-Baptiste Kempf --- modules/gui/qt4/components/epg/EPGView.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/gui/qt4/components/epg/EPGView.cpp b/modules/gui/qt4/components/epg/EPGView.cpp index 7e5fb12152..cf3c91a7a1 100644 --- a/modules/gui/qt4/components/epg/EPGView.cpp +++ b/modules/gui/qt4/components/epg/EPGView.cpp @@ -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 ); -- 2.39.2