B. Petersen пре 5 година
родитељ
комит
cb51eb4f6b
1 измењених фајлова са 0 додато и 5 уклоњено
  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)
-    }
 }