mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 16:51:19 +01:00
Deleted obsolete code.
This commit is contained in:
parent
17ec88801a
commit
9a180bf083
@ -443,7 +443,6 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
||||
}
|
||||
|
||||
@IBAction func cleanUp(_ sender: Any?) {
|
||||
sidebarViewController?.cleanUp()
|
||||
timelineContainerViewController?.cleanUp()
|
||||
}
|
||||
|
||||
|
@ -449,10 +449,6 @@ protocol SidebarDelegate: class {
|
||||
updateReadFilterButton()
|
||||
}
|
||||
|
||||
func cleanUp() {
|
||||
rebuildTreeAndRestoreSelection()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// MARK: - NSUserInterfaceValidations
|
||||
|
Loading…
Reference in New Issue
Block a user