forked from TextureGroup/Texture
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ASDataController] Clean up (TextureGroup#443)
* Clean up ASDataController - Parameters passed to ASDataControllerCompletionBlock are no longer used. Remove them. - The value returned by _allocateNodesFromElements:andLayout:completion is not used. Remove it. - Elements are not allocated and measured in batches anymore. Remove the code that does batch allocation. - Remove RETURN_IF_NO_DATASOURCE. It's used only once and is not worth it. * Remove +parallelProcessorCount * Update CHANGELOG
- Loading branch information
1 parent
250d7b2
commit ccc8287
Showing
2 changed files
with
34 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters