Skip to content

Commit

Permalink
unused now
Browse files Browse the repository at this point in the history
  • Loading branch information
NattyNarwhal committed Jun 4, 2024
1 parent 58a0533 commit 7e261eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Submariner/SBPlaylist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ public class SBPlaylist: SBResource {
trackIDs?.append(contentsOf: additionalIDs)
}

@objc(removeTracksObject:) func remove(track: SBTrack) {
trackIDs?.removeAll(where: { (id: URL) in
id == track.objectID.uriRepresentation()
})
}

func remove(indices: IndexSet) {
trackIDs?.remove(atOffsets: indices)
}
Expand Down

0 comments on commit 7e261eb

Please sign in to comment.