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