From 87d1338412d9778aeef060226ebd67596e5da9c7 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 27 Nov 2018 16:05:26 -0700 Subject: [PATCH] remove unused code --- .../PhotoLibrary/PhotoCollectionPickerController.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Signal/src/ViewControllers/PhotoLibrary/PhotoCollectionPickerController.swift b/Signal/src/ViewControllers/PhotoLibrary/PhotoCollectionPickerController.swift index bdb5436d1..5e89b3f64 100644 --- a/Signal/src/ViewControllers/PhotoLibrary/PhotoCollectionPickerController.swift +++ b/Signal/src/ViewControllers/PhotoLibrary/PhotoCollectionPickerController.swift @@ -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