]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/selector.cpp
Qt: kill many warnings.
[vlc] / modules / gui / qt4 / components / playlist / selector.cpp
index e4b1c8269019166624b897da7fdaf8f8c62861ec..22cad94f6be000d629566cb1e2c59c47c34246f9 100644 (file)
@@ -32,8 +32,7 @@
 #include <QHeaderView>
 #include <QTreeView>
 
-PLSelector::PLSelector( QWidget *p, intf_thread_t *_p_intf,
-                        playlist_t *p_playlist ) : QWidget( p ), p_intf(_p_intf)
+PLSelector::PLSelector( QWidget *p, intf_thread_t *_p_intf ) : QWidget( p ), p_intf(_p_intf)
 {
     model = new PLModel( THEPL, p_intf, THEPL->p_root_category, 1, this );
     view = new QTreeView( 0 );