Fix spelling and extra include.

This commit is contained in:
Gregory John Casamento 2020-04-26 15:04:25 -04:00
parent d2ad3e7cfe
commit c8c312351a
2 changed files with 2 additions and 3 deletions

View file

@ -14,9 +14,9 @@
NSControlContents. Make sure enabled is YES when not
present.
* Source/NSColor.m: Minor changes
* Source/NSMatrix.m: Remove uneeded code
* Source/NSMatrix.m: Remove unneeded code
* Source/NSSwitch.m: Implementation of NSSwitch
* Source/NSToolbarItem.m: Remove uneeded code
* Source/NSToolbarItem.m: Remove unneeded code
2020-04-13 Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -53,7 +53,6 @@
#import "AppKit/NSScrollView.h"
#import "AppKit/NSSliderCell.h"
#import "AppKit/NSSplitView.h"
#import "AppKit/NSSwitch.h"
#import "AppKit/NSTableColumn.h"
#import "AppKit/NSTableHeaderView.h"
#import "AppKit/NSTableView.h"