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