remove unused code

pull/1/head
Michael Kirk 6 years ago
parent ca1119e480
commit 87d1338412

@ -104,7 +104,6 @@ class PhotoCollectionPickerController: OWSTableViewController, PhotoLibraryDeleg
func buildTableCell(collection: PhotoCollection) -> UITableViewCell {
let cell = OWSTableItem.newCell()
cell.backgroundColor = .ows_gray95
cell.contentView.backgroundColor = .ows_gray95
cell.selectedBackgroundView?.backgroundColor = UIColor(white: 0.2, alpha: 1)
@ -143,12 +142,6 @@ class PhotoCollectionPickerController: OWSTableViewController, PhotoLibraryDeleg
return cell
}
@objc
public override func applyTheme() {
view.backgroundColor = .ows_gray95
tableView.backgroundColor = .ows_gray95
}
// MARK: Actions
@objc

Loading…
Cancel
Save