Remove disabled APIs

This commit is contained in:
Levi McCallum
2016-02-09 13:11:43 -08:00
parent 8cdea808ec
commit 4361c3bbb4

View File

@@ -56,15 +56,6 @@
@discussion Animation is optional, but will still proceed through the `transitionLayout` methods with `isAnimated == NO`.
*/
//- (void)transitionLayoutWithAnimation:(BOOL)animated;
/**
@abstract Invalidates the current layout and begins a relayout of the node to the new layout returned in `calculateLayoutThatFits:`.
@discussion Animation is optional, but will still proceed through the `transitionLayout` methods with `isAnimated == NO`.
*/
//- (void)transitionLayoutThatFits:(ASSizeRange)constrainedSize animated:(BOOL)animated;
- (ASLayout *)measureWithSizeRange:(ASSizeRange)constrainedSize animated:(BOOL)animated;
@end