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()
-    }
 }