Remove dead code

This commit is contained in:
Maurice Parker
2023-03-09 21:16:48 -06:00
parent 628f608389
commit 9f533de668

View File

@@ -25,7 +25,6 @@ class SettingsViewController: UITableViewController, Logging {
@IBOutlet weak var markArticlesAsReadOnScrollSwitch: UISwitch!
@IBOutlet weak var articleThemeDetailLabel: UILabel!
@IBOutlet weak var confirmMarkAllAsReadSwitch: UISwitch!
@IBOutlet weak var showFullscreenArticlesSwitch: UISwitch!
@IBOutlet weak var colorPaletteDetailLabel: UILabel!
@IBOutlet weak var openLinksInNetNewsWire: UISwitch!