diff --git a/Headers/gnustep/gui/NSMenu.h b/Headers/gnustep/gui/NSMenu.h index dd028a681..c7f20b786 100644 --- a/Headers/gnustep/gui/NSMenu.h +++ b/Headers/gnustep/gui/NSMenu.h @@ -89,7 +89,6 @@ /* Creating an NSMenu */ - (id) initWithTitle: (NSString*)aTitle; -- (id) initWithPopUpButton: (NSPopUpButton*)popb; /* Setting Up the Menu Commands */ - (void) addItem: (id )newItem;