[vlc-commits] Qt: fix a playlist issue with pictureflow

Mario Speiß git at videolan.org
Wed Jun 20 15:26:49 CEST 2012


vlc | branch: master | Mario Speiß <1034-135 at online.de> | Wed Jun 20 17:23:33 2012 +0200| [17b9b9d0e8e5d23c50de922c37f11afcbbf52a61] | committer: Jean-Baptiste Kempf

Qt: fix a playlist issue with pictureflow

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

 modules/gui/qt4/components/playlist/playlist.cpp |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp
index 29d402d..919fe95 100644
--- a/modules/gui/qt4/components/playlist/playlist.cpp
+++ b/modules/gui/qt4/components/playlist/playlist.cpp
@@ -126,11 +126,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par )
 
     QActionGroup *actionGroup = new QActionGroup( this );
 
-#ifndef NDEBUG
 # define MAX_VIEW StandardPLPanel::VIEW_COUNT
-#else
-# define MAX_VIEW StandardPLPanel::VIEW_COUNT - 1
-#endif
     for( int i = 0; i < MAX_VIEW; i++ )
     {
         viewActions[i] = actionGroup->addAction( viewNames[i] );



More information about the vlc-commits mailing list