浏览代码

ArtistModel: Remove dead code

Soomin Lee 5 年之前
父节点
当前提交
f0d63cb2f6
共有 1 个文件被更改,包括 0 次插入5 次删除
  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 {