]> git.sesse.net Git - vlc/commitdiff
QT4: remove unneeded signal-connect
authorIlkka Ollakka <ileoo@videolan.org>
Sat, 17 Jan 2009 19:16:55 +0000 (21:16 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Sat, 17 Jan 2009 19:17:22 +0000 (21:17 +0200)
modules/gui/qt4/components/playlist/playlist.cpp

index 3a610dbba773e3bdc2576acb03e3e864d338f032..8a1eaf646e33176cf9d32794cad96b13b3b2548d 100644 (file)
@@ -96,10 +96,6 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i ) : p_intf ( _p_i )
 
     emit rootChanged( p_root->i_id );
 
-    /* art */
-    CONNECT( THEMIM->getIM(), artChanged( input_item_t* ) ,
-             art, update( input_item_t* ) );
-
     /* Add the two sides of the QSplitter */
     addWidget( leftW );
     addWidget( rightPanel );