mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-02 08:53:37 +00:00
Fixed: removed redundant code.
This commit is contained in:
@@ -107,10 +107,7 @@
|
||||
|
||||
[_windowView setAutoresizesSubviews:NO];
|
||||
[theWindow setContentView:_windowView];
|
||||
[_windowView setAutoresizesSubviews:YES];
|
||||
|
||||
[[theWindow contentView] setAutoresizesSubviews:contentViewAutoresizesSubviews];
|
||||
|
||||
[_windowView setAutoresizesSubviews:contentViewAutoresizesSubviews];
|
||||
|
||||
if ([_viewClass isKindOfClass:[CPToolbar class]])
|
||||
[theWindow setToolbar:_viewClass];
|
||||
|
||||
Reference in New Issue
Block a user