Removed the redefinition of NSRunAlertPanel() as NSWOrkspace no

longer uses this,


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11822 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-12-19 00:07:19 +00:00
parent 64bab8cfad
commit 2d8e03ceb4

View file

@ -35,19 +35,6 @@
#include <AppKit/NSApplication.h>
#include <AppKit/NSWorkspace.h>
// This is being redefined here to prevent NSWorkspace from
// complaining when no application event-loop is running.
int
NSRunAlertPanel(
NSString *title,
NSString *msg,
NSString *defaultButton,
NSString *alternateButton,
NSString *otherButton, ...)
{
return 0;
}
int
main(int argc, char** argv, char **env_c)
{