Update as discussed, get rid of extra commented out code and of uneeded imports

This commit is contained in:
Gregory John Casamento 2023-02-07 21:41:13 -05:00
parent 0ad9143b39
commit b891dea575

View file

@ -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);