Browse Source

remove dead code

B. Petersen 5 years ago
parent
commit
20f71cfdf4
1 changed files with 0 additions and 4 deletions
  1. 0 4
      deltachat-ios/Controller/SettingsAutodelOverviewController.swift

+ 0 - 4
deltachat-ios/Controller/SettingsAutodelOverviewController.swift

@@ -16,10 +16,6 @@ class SettingsAutodelOverviewController: UITableViewController {
         case autodelServer = 1
     }
 
-    func autodelSummary() -> String {
-        return String.localized("off")
-    }
-
     private lazy var autodelDeviceCell: UITableViewCell = {
         let cell = UITableViewCell(style: .value1, reuseIdentifier: nil)
         cell.tag = CellTags.autodelDevice.rawValue