diff --git a/src/tracks/SampleTrack.cpp b/src/tracks/SampleTrack.cpp index f377e35cf..9232cc8b0 100644 --- a/src/tracks/SampleTrack.cpp +++ b/src/tracks/SampleTrack.cpp @@ -843,8 +843,6 @@ SampleTrackView::SampleTrackView( SampleTrack * _t, TrackContainerView* tcv ) : m_activityIndicator->setGeometry(settingsWidgetWidth - 2 * 24 - 11, 2, 8, 28); m_activityIndicator->show(); connect(_t, SIGNAL(playingChanged()), this, SLOT(updateIndicator())); - connect(Engine::getSong(), SIGNAL(stopped()), - this, SLOT(stopPlaying())); setModel( _t );