mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
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:
parent
64bab8cfad
commit
2d8e03ceb4
1 changed files with 0 additions and 13 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue