Explorar el Código

remove dead code

B. Petersen hace 5 años
padre
commit
cb51eb4f6b
Se han modificado 1 ficheros con 0 adiciones y 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)
-    }
 }