1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Removed untrue comment.

This commit is contained in:
Christian Muehlhaeuser 2012-12-04 03:36:23 +01:00
parent 085907dfe7
commit 415b2fcf55

View File

@ -222,7 +222,6 @@ PlayableProxyModelPlaylistInterface::siblingIndex( int itemsAway, qint64 rootInd
}
}
// Try to find the next available PlaylistItem (with results)
while ( idx.isValid() )
{
PlayableItem* item = proxyModel->itemFromIndex( proxyModel->mapToSource( idx ) );