Browse Source

ArtistModel: Remove dead code

Soomin Lee 5 years ago
parent
commit
f0d63cb2f6
1 changed files with 0 additions and 5 deletions
  1. 0 5
      SharedSources/MediaLibraryModel/ArtistModel.swift

+ 0 - 5
SharedSources/MediaLibraryModel/ArtistModel.swift

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