Deleted obsolete code.

This commit is contained in:
Maurice Parker 2020-03-27 18:35:41 -05:00
parent 17ec88801a
commit 9a180bf083
2 changed files with 0 additions and 5 deletions

View File

@ -443,7 +443,6 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
}
@IBAction func cleanUp(_ sender: Any?) {
sidebarViewController?.cleanUp()
timelineContainerViewController?.cleanUp()
}

View File

@ -449,10 +449,6 @@ protocol SidebarDelegate: class {
updateReadFilterButton()
}
func cleanUp() {
rebuildTreeAndRestoreSelection()
}
}
// MARK: - NSUserInterfaceValidations