mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Clean up more remnants of Old Ways
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user