Removed [showHelp:] and [activateContextHelpMode:] as they are

declared in NSHelpManager.h


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10655 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-08-05 22:19:46 +00:00
parent 2c2df0734e
commit 603d8d45ca

View file

@ -190,8 +190,6 @@ APPKIT_EXPORT NSString *NSEventTrackingRunLoopMode;
- (void) orderFrontColorPanel: (id)sender;
- (void) orderFrontDataLinkPanel: (id)sender;
- (void) orderFrontHelpPanel: (id)sender;
- (void)showHelp:(id)sender;
- (void)activateContextHelpMode:(id)sender;
- (void) runPageLayout: (id)sender;
/* GNUstep extensions displaying an infoPanel, title is 'Info' */
/* For a list of the useful values in the dictionary, see GSInfoPanel.h.