Remove float formating ivars, as they were never used.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8278 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-12-08 01:18:36 +00:00
parent 65626a37a5
commit 101987bbb2

View file

@ -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;