diff --git a/Source/IGListReloadDataUpdater.m b/Source/IGListReloadDataUpdater.m index 6f865451..2da5734e 100644 --- a/Source/IGListReloadDataUpdater.m +++ b/Source/IGListReloadDataUpdater.m @@ -58,10 +58,6 @@ [self _synchronousReloadDataWithCollectionView:collectionView]; } -- (void)_reloadItemsInCollectionView:(UICollectionView *)collectionView indexPaths:(NSArray *)indexPaths { - [self _synchronousReloadDataWithCollectionView:collectionView]; -} - - (void)moveSectionInCollectionView:(UICollectionView *)collectionView fromIndex:(NSInteger)fromIndex toIndex:(NSInteger)toIndex { [self _synchronousReloadDataWithCollectionView:collectionView]; }