Removed old unused ivar

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5480 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-13 16:08:40 +00:00
parent fc426b5b78
commit dcdc3a924a
2 changed files with 0 additions and 6 deletions

View file

@ -40,9 +40,6 @@
NSColor *the_color;
BOOL is_active;
BOOL is_bordered;
// Reserved for back-end use
void *be_cwell_reserved;
}
//

View file

@ -72,9 +72,6 @@ typedef enum _NSScrollerArrow {
NSScrollerPart _hitPart;
NSScrollArrowPosition _arrowsPosition;
NSUsableScrollerParts _usableParts;
// Reserved for back-end use
void *be_scroll_reserved;
}
//