mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:21:08 +00:00
Remove now unneeded ivar _menu.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8267 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
45d762b709
commit
4d7205189b
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ typedef enum {
|
||||||
|
|
||||||
@interface NSPopUpButtonCell : NSMenuItemCell
|
@interface NSPopUpButtonCell : NSMenuItemCell
|
||||||
{
|
{
|
||||||
NSMenu *_menu;
|
|
||||||
NSMenuItem *_selectedItem;
|
NSMenuItem *_selectedItem;
|
||||||
struct __pbcFlags {
|
struct __pbcFlags {
|
||||||
unsigned int pullsDown: 1;
|
unsigned int pullsDown: 1;
|
||||||
|
|
Loading…
Reference in a new issue