Clean up. Drop the panic button mark-everywhere-read UI bits, since they’re no longer used.

This commit is contained in:
Brent Simmons
2017-12-25 10:48:49 -08:00
parent b00244921b
commit de70a4d539
5 changed files with 1 additions and 214 deletions

View File

@@ -240,12 +240,6 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
@IBAction func markOlderArticlesAsRead(_ sender: Any?) {
timelineViewController?.markOlderArticlesAsRead(sender)
// appDelegate.markOlderArticlesAsRead(with: window!)
}
@IBAction func markEverywhereAsRead(_ sender: Any?) {
appDelegate.markEverywhereAsRead(with: window!)
}
@IBAction func navigateToTimeline(_ sender: Any?) {