nayooti 5 년 전
부모
커밋
8c8761ea5f
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      deltachat-ios/Helper/ThumbnailCache.swift

+ 0 - 4
deltachat-ios/Helper/ThumbnailCache.swift

@@ -18,8 +18,4 @@ class ThumbnailCache {
     func restoreImage(key: String) -> UIImage? {
         return cache.object(forKey: NSString(string: key))
     }
-
-    func clearCache() {
-        cache.removeAllObjects()
-    }
 }