No need for custom dealloc.
This commit is contained in:
parent
e553e11226
commit
de08cc1d52
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@ using namespace brightray;
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)dealloc {
|
|
||||||
[super dealloc];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)resizeSubviewsWithOldSize:(NSSize)oldBoundsSize {
|
- (void)resizeSubviewsWithOldSize:(NSSize)oldBoundsSize {
|
||||||
[self adjustSubviews];
|
[self adjustSubviews];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue