RoomCreationIntroCell: Remove unused method.

This commit is contained in:
SBiOSoftWhare
2021-02-23 08:48:17 +01:00
parent 2824cfc5a7
commit 2d80fd7a15
@@ -54,14 +54,6 @@ class RoomCreationIntroCell: MXKRoomBubbleTableViewCell {
super.setupViews()
}
// MARK: - Life cycle
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
// MARK: - Public
func update(theme: Theme) {