From 05f8dc38c40a7b2c8125449854ce54fbaab7143a Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 21 Apr 2019 18:21:44 -0500 Subject: [PATCH] Hide rebuildBackingStores function. --- iOS/NavigationStateController.swift | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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..