mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Update as discussed, get rid of extra commented out code and of uneeded imports
This commit is contained in:
parent
0ad9143b39
commit
b891dea575
1 changed files with 0 additions and 3 deletions
|
@ -43,8 +43,6 @@
|
|||
#import "AppKit/NSBrowserCell.h"
|
||||
#import "AppKit/NSButtonCell.h"
|
||||
#import "AppKit/NSCell.h"
|
||||
#import "AppKit/NSCollectionView.h"
|
||||
#import "AppKit/NSCollectionViewLayout.h"
|
||||
#import "AppKit/NSClipView.h"
|
||||
#import "AppKit/NSFormCell.h"
|
||||
#import "AppKit/NSGridView.h"
|
||||
|
@ -327,7 +325,6 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
@"middleViews", @"NSStackViewMiddleContainer",
|
||||
@"endViews", @"NSStackViewEndContainer",
|
||||
@"collectionViewLayout", @"NSCollectionViewLayout",
|
||||
// @"primaryBackgroundColor", @"NSBackgroundColors",
|
||||
nil];
|
||||
RETAIN(XmlKeyMapTable);
|
||||
|
||||
|
|
Loading…
Reference in a new issue