mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Clean up. Drop the panic button mark-everywhere-read UI bits, since they’re no longer used.
This commit is contained in:
@@ -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?) {
|
||||
|
||||
Reference in New Issue
Block a user