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