nayooti %!s(int64=5) %!d(string=hai) anos
pai
achega
8c8761ea5f
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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()
-    }
 }