Commit 55190590 authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

epg: remove debug in epg

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b0db307c
......@@ -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 );
......
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