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:
FredKiefer 2002-12-23 23:18:05 +00:00
parent 6cbda77075
commit 0efdb2bc37

View file

@ -45,8 +45,7 @@
int _selectedItem;
@private;
NSRect _popRect;
NSEvent *_mUpEvent;
id _popup;
}
- (BOOL)hasVerticalScroller;