diff --git a/Headers/gnustep/gui/NSCell.h b/Headers/gnustep/gui/NSCell.h index b0faea4da..72311ee9d 100644 --- a/Headers/gnustep/gui/NSCell.h +++ b/Headers/gnustep/gui/NSCell.h @@ -132,7 +132,6 @@ enum { unsigned is_scrollable:1; unsigned is_selectable:1; unsigned is_continuous:1; - unsigned float_autorange:1; unsigned allows_mixed_state:1; unsigned has_valid_object_value:1; unsigned type:2; // 3 values @@ -146,8 +145,6 @@ enum { int state; // 3 values but one negative } _cell; unsigned char _mnemonic_location; - unsigned int _cell_float_left; - unsigned int _cell_float_right; unsigned int _mouse_down_flags; unsigned int _action_mask; NSFormatter *_formatter; @@ -416,6 +413,7 @@ enum { // @interface NSCell (PrivateMethods) +- (NSMutableDictionary*) _typingAttributes; - (NSColor*) textColor; - (NSSize) _sizeText: (NSString*) title; - (void) _drawText: (NSString*)aString inFrame: (NSRect)aRect;