No need for custom dealloc.

This commit is contained in:
Cheng Zhao 2014-07-11 22:22:03 +08:00
parent e553e11226
commit de08cc1d52

View file

@ -29,10 +29,6 @@ using namespace brightray;
return self;
}
- (void)dealloc {
[super dealloc];
}
- (void)resizeSubviewsWithOldSize:(NSSize)oldBoundsSize {
[self adjustSubviews];
}