Explorar o código

ArtistModel: Remove dead code

Soomin Lee %!s(int64=5) %!d(string=hai) anos
pai
achega
f0d63cb2f6
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      SharedSources/MediaLibraryModel/ArtistModel.swift

+ 0 - 5
SharedSources/MediaLibraryModel/ArtistModel.swift

@@ -102,11 +102,6 @@ extension VLCMLArtist: MediaCollectionModel {
     func title() -> String {
         return name
     }
-
-    func sortFilesInCollection(with criteria: VLCMLSortingCriteria,
-                               desc: Bool) -> [VLCMLMedia]? {
-        return nil
-    }
 }
 
 extension VLCMLArtist {