RoomCreationIntroCell: Remove unused method.

This commit is contained in:
SBiOSoftWhare
2021-02-23 08:48:17 +01:00
parent 75414f8ebe
commit 84f02abd0b
@@ -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) {