Skip to content

Commit

Permalink
removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Bleuzen committed Jun 20, 2017
1 parent 5460069 commit 8357466
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TrackScheduler.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public void clear() {
queue.clear();
}

//TODO
public void shuffle() {
ArrayList<AudioTrack> list = getList();
Collections.shuffle(list);
Expand Down

0 comments on commit 8357466

Please sign in to comment.