Delete dead code

This commit is contained in:
Maurice Parker 2019-11-21 20:12:31 -06:00
parent 6d8fca01ea
commit 2d210a3f17
1 changed files with 0 additions and 4 deletions

View File

@ -142,10 +142,6 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
// MARK: API // MARK: API
func restoreTimelinePosition() {
}
func restoreSelectionIfNecessary(adjustScroll: Bool) { func restoreSelectionIfNecessary(adjustScroll: Bool) {
if let article = coordinator.currentArticle, let indexPath = dataSource.indexPath(for: article) { if let article = coordinator.currentArticle, let indexPath = dataSource.indexPath(for: article) {
if adjustScroll { if adjustScroll {