diff --git a/src/libtomahawk/LatchManager.cpp b/src/libtomahawk/LatchManager.cpp index c4e800238..9e7aa7f94 100644 --- a/src/libtomahawk/LatchManager.cpp +++ b/src/libtomahawk/LatchManager.cpp @@ -33,9 +33,7 @@ LatchManager::LatchManager( QObject* parent ) : QObject( parent ) , m_state( NotLatched ) { - connect( AudioEngine::instance(), SIGNAL( playlistChanged( Tomahawk::PlaylistInterface* ) ), this, SLOT( playlistChanged( Tomahawk::PlaylistInterface* ) ) ); - connect( AudioEngine::instance(), SIGNAL( stopped() ), this, SLOT( playlistChanged() ) ); } LatchManager::~LatchManager()