Remove stopPlaying connection

Missed this in #5477
This commit is contained in:
Spekular
2020-05-24 21:02:24 +02:00
committed by GitHub
parent 2a66e83f53
commit f3032575af

View File

@@ -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 );