Comment remove

This commit is contained in:
Mark Furneaux 2014-04-25 23:02:42 -04:00
parent ce8b7303c0
commit d0ca2cef6c
1 changed files with 0 additions and 2 deletions

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