1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 08:34:34 +02:00

* Remove dupe code path.

This commit is contained in:
Christian Muehlhaeuser
2014-08-20 03:49:46 +02:00
parent c59a499661
commit eb9f425f4b

View File

@@ -251,12 +251,6 @@ ArtistInfoWidget::jumpToCurrentTrack()
if ( ui->topHits && ui->topHits->jumpToCurrentTrack() ) if ( ui->topHits && ui->topHits->jumpToCurrentTrack() )
return true; return true;
if ( ui->albums && ui->albums->jumpToCurrentTrack() )
return true;
if ( ui->relatedArtists && ui->relatedArtists->jumpToCurrentTrack() )
return true;
return false; return false;
} }