mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Deleted obsolete code.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user