mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-03 13:10:42 +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
74c0f46c91
commit
572ecd0da4
2 changed files with 0 additions and 6 deletions
|
@ -40,9 +40,6 @@
|
||||||
NSColor *the_color;
|
NSColor *the_color;
|
||||||
BOOL is_active;
|
BOOL is_active;
|
||||||
BOOL is_bordered;
|
BOOL is_bordered;
|
||||||
|
|
||||||
// Reserved for back-end use
|
|
||||||
void *be_cwell_reserved;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -72,9 +72,6 @@ typedef enum _NSScrollerArrow {
|
||||||
NSScrollerPart _hitPart;
|
NSScrollerPart _hitPart;
|
||||||
NSScrollArrowPosition _arrowsPosition;
|
NSScrollArrowPosition _arrowsPosition;
|
||||||
NSUsableScrollerParts _usableParts;
|
NSUsableScrollerParts _usableParts;
|
||||||
|
|
||||||
// Reserved for back-end use
|
|
||||||
void *be_scroll_reserved;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue