Ver código fonte

ArtistModel: Remove dead code

Soomin Lee 5 anos atrás
pai
commit
f0d63cb2f6
1 arquivos alterados com 0 adições e 5 exclusões
  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 {