[vlc-devel] commit: QT4: remove unneeded signal-connect (Ilkka Ollakka )
git version control
git at videolan.org
Sat Jan 17 20:19:35 CET 2009
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Jan 17 21:16:55 2009 +0200| [396ce0f031ceafe690136d81acc486795800b2fc] | committer: Ilkka Ollakka
QT4: remove unneeded signal-connect
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=396ce0f031ceafe690136d81acc486795800b2fc
---
modules/gui/qt4/components/playlist/playlist.cpp | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp
index 3a610db..8a1eaf6 100644
--- a/modules/gui/qt4/components/playlist/playlist.cpp
+++ b/modules/gui/qt4/components/playlist/playlist.cpp
@@ -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 );
More information about the vlc-devel
mailing list