mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
No need for custom dealloc.
This commit is contained in:
@@ -29,10 +29,6 @@ using namespace brightray;
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)dealloc {
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void)resizeSubviewsWithOldSize:(NSSize)oldBoundsSize {
|
||||
[self adjustSubviews];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user