diff --git a/iOS/NavigationStateController.swift b/iOS/NavigationStateController.swift index 9a6216309..778bf5f9f 100644 --- a/iOS/NavigationStateController.swift +++ b/iOS/NavigationStateController.swift @@ -194,14 +194,6 @@ class NavigationStateController { return shadowTable[section].count } - func rebuildBackingStores() { - if !animatingChanges && !BatchUpdate.shared.isPerforming { - treeController.rebuild() - rebuildShadowTable() - NotificationCenter.default.post(name: .BackingStoresDidRebuild, object: self, userInfo: nil) - } - } - func rebuildShadowTable() { for i in 0..