mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
* Remove dupe code path.
This commit is contained in:
@@ -251,12 +251,6 @@ ArtistInfoWidget::jumpToCurrentTrack()
|
||||
if ( ui->topHits && ui->topHits->jumpToCurrentTrack() )
|
||||
return true;
|
||||
|
||||
if ( ui->albums && ui->albums->jumpToCurrentTrack() )
|
||||
return true;
|
||||
|
||||
if ( ui->relatedArtists && ui->relatedArtists->jumpToCurrentTrack() )
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user