mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove to unused functions from MainWindowController.
This commit is contained in:
@@ -481,23 +481,5 @@ private extension MainWindowController {
|
||||
window?.title = "\(appDelegate.appName!) (\(unreadCount))"
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Navigation
|
||||
|
||||
func handleRightArrowFunctionKey(in view: NSView) {
|
||||
|
||||
guard let outlineView = sidebarViewController?.outlineView, view === outlineView, let timelineViewController = timelineViewController else {
|
||||
return
|
||||
}
|
||||
timelineViewController.focus()
|
||||
}
|
||||
|
||||
func handleLeftArrowFunctionKey(in view: NSView) {
|
||||
|
||||
guard let timelineView = timelineViewController?.tableView, view === timelineView, let sidebarViewController = sidebarViewController else {
|
||||
return
|
||||
}
|
||||
sidebarViewController.focus()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user