mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Remove placeholderString instance far
This commit is contained in:
parent
5cb4e41d17
commit
72ca0b66a8
1 changed files with 0 additions and 3 deletions
|
@ -49,7 +49,6 @@ typedef NSUInteger NSPathStyle;
|
|||
NSPathStyle _pathStyle;
|
||||
NSColor *_backgroundColor;
|
||||
NSArray *_pathItems;
|
||||
NSString *_placeholderString;
|
||||
NSAttributedString *_placeholderAttributedString;
|
||||
NSArray *_allowedTypes;
|
||||
id<NSPathCellDelegate> _delegate;
|
||||
|
@ -57,8 +56,6 @@ typedef NSUInteger NSPathStyle;
|
|||
SEL _doubleAction;
|
||||
NSArray *_pathComponentCells;
|
||||
NSPathComponentCell *_clickedPathComponentCell;
|
||||
// id _objectValue;
|
||||
// NSControlSize _controlSize;
|
||||
}
|
||||
|
||||
- (void)mouseEntered:(NSEvent *)event
|
||||
|
|
Loading…
Reference in a new issue