[vlc-commits] commit: epg: remove debug in epg (Ludovic Fauvet )

git at videolan.org git at videolan.org
Wed Jun 2 11:59:52 CEST 2010


vlc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Sat Mar  6 13:45:07 2010 +0100| [5519059009749a0357e95751cdde3b00d1f7f2b3] | committer: Jean-Baptiste Kempf 

epg: remove debug in epg

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5519059009749a0357e95751cdde3b00d1f7f2b3
---

 modules/gui/qt4/components/epg/EPGView.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/modules/gui/qt4/components/epg/EPGView.cpp b/modules/gui/qt4/components/epg/EPGView.cpp
index 7e5fb12..cf3c91a 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 );



More information about the vlc-commits mailing list