From 0efdb2bc372045ce67e7392bceef8b0e9dab759c Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Mon, 23 Dec 2002 23:18:05 +0000 Subject: [PATCH] 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 --- Headers/gnustep/gui/NSComboBoxCell.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Headers/gnustep/gui/NSComboBoxCell.h b/Headers/gnustep/gui/NSComboBoxCell.h index 2911589c2..712dddcff 100644 --- a/Headers/gnustep/gui/NSComboBoxCell.h +++ b/Headers/gnustep/gui/NSComboBoxCell.h @@ -45,8 +45,7 @@ int _selectedItem; @private; - NSRect _popRect; - NSEvent *_mUpEvent; + id _popup; } - (BOOL)hasVerticalScroller;