mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
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:
parent
fc426b5b78
commit
dcdc3a924a
2 changed files with 0 additions and 6 deletions
|
@ -40,9 +40,6 @@
|
|||
NSColor *the_color;
|
||||
BOOL is_active;
|
||||
BOOL is_bordered;
|
||||
|
||||
// Reserved for back-end use
|
||||
void *be_cwell_reserved;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
@ -72,9 +72,6 @@ typedef enum _NSScrollerArrow {
|
|||
NSScrollerPart _hitPart;
|
||||
NSScrollArrowPosition _arrowsPosition;
|
||||
NSUsableScrollerParts _usableParts;
|
||||
|
||||
// Reserved for back-end use
|
||||
void *be_scroll_reserved;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue