mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-01 20:38:34 +01:00
Remove to unused functions from MainWindowController.
This commit is contained in:
parent
c887cd7921
commit
5e9ae73fcd
@ -481,23 +481,5 @@ private extension MainWindowController {
|
|||||||
window?.title = "\(appDelegate.appName!) (\(unreadCount))"
|
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()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user