Przeglądaj źródła

remove dead code

B. Petersen 5 lat temu
rodzic
commit
cb51eb4f6b

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