Delete dead code
This commit is contained in:
parent
6d8fca01ea
commit
2d210a3f17
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue