[vlc-commits] commit: epg: remove debug in epg (Ludovic Fauvet )
git at videolan.org
git at videolan.org
Thu Jun 3 12:36:33 CEST 2010
vlc/vlc-1.1 | branch: master | Ludovic Fauvet <etix at l0cal.com> | Sat Mar 6 13:45:07 2010 +0100| [63f811e274fb8372f389469a3218df70dd02d703] | committer: Jean-Baptiste Kempf
epg: remove debug in epg
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 5519059009749a0357e95751cdde3b00d1f7f2b3)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=63f811e274fb8372f389469a3218df70dd02d703
---
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