1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 20:34:39 +01:00

Comment remove

This commit is contained in:
Mark Furneaux 2014-04-25 23:02:42 -04:00
parent ce8b7303c0
commit d0ca2cef6c

View File

@ -545,8 +545,6 @@ int Playlist::PreviousVirtualIndex(int i, bool ignore_repeat_track) const {
}
int Playlist::next_row(bool ignore_repeat_track) const {
// Did we want to stop after this track?
// Any queued items take priority
if (!queue_->is_empty()) {
return queue_->PeekNext();