vlc | branch: master | Mario Speiß <[email protected]> | 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] ); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
