Remove dead private methods

Summary: There is one private method in IGListKit which isn't being called from anywhere. We should just remove it.

Reviewed By: rnystrom

Differential Revision: D8346790

fbshipit-source-id: b74766373ca6b9262e03c728b26b647e164fcb03
This commit is contained in:
Brandon Kieft 2018-06-18 17:14:31 -07:00 committed by Facebook Github Bot
parent a1ee4c19f7
commit 749301cdf0

View file

@ -58,10 +58,6 @@
[self _synchronousReloadDataWithCollectionView:collectionView];
}
- (void)_reloadItemsInCollectionView:(UICollectionView *)collectionView indexPaths:(NSArray<NSIndexPath *> *)indexPaths {
[self _synchronousReloadDataWithCollectionView:collectionView];
}
- (void)moveSectionInCollectionView:(UICollectionView *)collectionView fromIndex:(NSInteger)fromIndex toIndex:(NSInteger)toIndex {
[self _synchronousReloadDataWithCollectionView:collectionView];
}