Browse Source

remove unneeded code

Jonas Reinsch 6 years ago
parent
commit
42436a9858
1 changed files with 0 additions and 8 deletions
  1. 0 8
      deltachat-ios/CredentialsController.swift

+ 0 - 8
deltachat-ios/CredentialsController.swift

@@ -362,10 +362,6 @@ extension CredentialsController {
     @objc func imapPortChanged() {
         model.imapPort = imapCellPort.textField.text
     }
-    @objc func imapSecurityChanged() {
-        // FIXME
-        //        model.imapSecurity = imapCellSecurity.textField.text
-    }
     @objc func smtpLoginNamedChanged() {
         model.smtpLoginName = smtpCellLoginName.textField.text
     }
@@ -378,8 +374,4 @@ extension CredentialsController {
     @objc func smtpPortChanged() {
         model.smtpPort = smtpCellPort.textField.text
     }
-    @objc func smtpSecurityChanged() {
-        // FIXME
-        //        model.smtpSecurity = smtpCellSecurity.textField.text
-    }
 }