Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SO9010 authored and SO9010 committed Jun 16, 2024
1 parent bc9791f commit a00272b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psst-gui/src/data/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ impl AppState {
}

pub fn add_queued_entry(&mut self, queue_entry: QueueEntry) {
// it still gets updated and wiped when playlsit changes
self.added_queue.push_back(queue_entry);
}

Expand Down

0 comments on commit a00272b

Please sign in to comment.