Quellcode durchsuchen

remove dead code

B. Petersen vor 4 Jahren
Ursprung
Commit
1cd960eace
1 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen
  1. 0 5
      deltachat-ios/AppDelegate.swift

+ 0 - 5
deltachat-ios/AppDelegate.swift

@@ -485,12 +485,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         }
     }
 
-    func deleteCurrentAccount() {
-        _ = dcAccounts.remove(id: dcAccounts.getSelected().id)
-    }
-
     func installEventHandler() {
-
         DispatchQueue.global(qos: .background).async { [weak self] in
             guard let self = self else { return }
             let eventHandler = DcEventHandler(dcAccounts: self.dcAccounts)