Delete dead code

This commit is contained in:
Maurice Parker
2022-01-28 16:04:10 -08:00
parent d410891e74
commit 733648bb31

View File

@@ -62,8 +62,6 @@ class MasterFeedTableViewSectionHeader: UITableViewHeaderFooterView {
return label
}()
private let unreadCountView = MasterFeedUnreadCountView(frame: CGRect.zero)
private lazy var disclosureButton: UIButton = {
let button = NonIntrinsicButton()
button.tintColor = AppAssets.secondaryAccentColor