Clean up more remnants of Old Ways

This commit is contained in:
Adlai Holler
2015-10-24 01:09:31 -07:00
parent 3bd54a3c5c
commit 55e22d2e57
4 changed files with 0 additions and 27 deletions

View File

@@ -132,7 +132,6 @@
@synthesize borderWidth=borderWidth;
@synthesize borderColor=borderColor;
@synthesize asyncdisplaykit_asyncTransactionContainer=asyncTransactionContainer;
@synthesize asyncdisplaykit_name=name;
- (id)init
{
@@ -626,9 +625,6 @@
if (_flags.setAsyncTransactionContainer)
layer.asyncdisplaykit_asyncTransactionContainer = asyncTransactionContainer;
if (_flags.setName)
layer.asyncdisplaykit_name = name;
if (_flags.setOpaque)
ASDisplayNodeAssert(layer.opaque == opaque, @"Didn't set opaque as desired");
}
@@ -741,9 +737,6 @@
if (_flags.setAsyncTransactionContainer)
view.asyncdisplaykit_asyncTransactionContainer = asyncTransactionContainer;
if (_flags.setName)
layer.asyncdisplaykit_name = name;
if (_flags.setOpaque)
ASDisplayNodeAssert(view.layer.opaque == opaque, @"Didn't set opaque as desired");