Jonas Reinsch пре 6 година
родитељ
комит
42436a9858
1 измењених фајлова са 0 додато и 8 уклоњено
  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
-    }
 }