Explorar o código

remove dead code

B. Petersen %!s(int64=5) %!d(string=hai) anos
pai
achega
cb51eb4f6b
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      deltachat-ios/Controller/SettingsController.swift

+ 0 - 5
deltachat-ios/Controller/SettingsController.swift

@@ -303,9 +303,4 @@ internal final class SettingsViewController: QuickTableViewController {
         askAlert.addAction(UIAlertAction(title: String.localized("cancel"), style: .cancel, handler: nil))
         present(askAlert, animated: true, completion: nil)
     }
-
-    private func configure(_: Row) {
-        hudHandler.showHud(String.localized("configuring_account"))
-        dc_configure(mailboxPointer)
-    }
 }