initialize colors as Fred suggested

This commit is contained in:
Gregory John Casamento 2020-04-24 06:20:19 -04:00
parent d1beeaa0b7
commit 39601c0960
2 changed files with 0 additions and 11 deletions

View file

@ -130,14 +130,6 @@ typedef struct {
NSInteger height;
} MRect;
/*
static inline MPoint MakePoint (NSInteger x, NSInteger y)
{
MPoint point = { x, y };
return point;
}
*/
@interface NSMatrix (PrivateMethods)
- (void) _renewRows: (NSInteger)row
columns: (NSInteger)col

View file

@ -273,8 +273,6 @@
forKey: @"NSControlAction"];
[coder encodeObject: _target
forKey: @"NSControlTarget"];
[coder encodeBool: _enabled
forKey: @"NSEnabled"];
}
else
{
@ -282,7 +280,6 @@
at: &_state];
[coder encodeObject: NSStringFromSelector([self action])];
[coder encodeObject: [self target]];
[coder encodeBool: [self isEnabled]];
}
}