mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
initialize colors as Fred suggested
This commit is contained in:
parent
d1beeaa0b7
commit
39601c0960
2 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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]];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue