Removed method [_rightMouseDisplay:] as this is now private.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16208 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-03-19 16:14:51 +00:00
parent 01a653745e
commit bcdf0c46f8

View file

@ -642,9 +642,6 @@ The displayed menus on the screen have the following structure:
/* Popup behaviour */ /* Popup behaviour */
- (BOOL) _ownedByPopUp; - (BOOL) _ownedByPopUp;
- (void) _setOwnedByPopUp: (NSPopUpButtonCell*)popUp; - (void) _setOwnedByPopUp: (NSPopUpButtonCell*)popUp;
/* Show menu on right mouse down */
- (void) _rightMouseDisplay: (NSEvent*)theEvent;
@end @end
#endif #endif