Browse Source

remove unused code

cyberta 5 years ago
parent
commit
00c96afd2a
1 changed files with 0 additions and 6 deletions
  1. 0 6
      deltachat-ios/Controller/EditSettingsController.swift

+ 0 - 6
deltachat-ios/Controller/EditSettingsController.swift

@@ -156,10 +156,4 @@ class EditSettingsController: UITableViewController, MediaPickerDelegate {
         self.avatarSelectionCell.setAvatar(image: dcContext.getSelfAvatarImage())
     }
 
-    private func updateCells() {
-        updateAvatarCell()
-        statusCell.setText(text: dcContext.selfstatus)
-        nameCell.setText(text: dcContext.displayname)
-    }
-
 }