mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 01:38:26 +00:00
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:
parent
a1ee4c19f7
commit
749301cdf0
1 changed files with 0 additions and 4 deletions
|
|
@ -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];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue