mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-28 11:00:46 +00:00
Removed unused ivars and added one to store the popup while open.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15319 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6cbda77075
commit
0efdb2bc37
1 changed files with 1 additions and 2 deletions
|
@ -45,8 +45,7 @@
|
||||||
int _selectedItem;
|
int _selectedItem;
|
||||||
|
|
||||||
@private;
|
@private;
|
||||||
NSRect _popRect;
|
id _popup;
|
||||||
NSEvent *_mUpEvent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL)hasVerticalScroller;
|
- (BOOL)hasVerticalScroller;
|
||||||
|
|
Loading…
Reference in a new issue