diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-15 20:55:55 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-15 20:55:55 -0400 |
| commit | 999b553e39f8470425b76651c579ae0de42ee375 (patch) | |
| tree | 45f6f326f3122448ad75f999089bc671485c95f0 /objc_darwin.h | |
| parent | 688121146c38747f175fdfc7d755fa2c361501ff (diff) | |
Removed the stray applicationShouldTerminate: stuff from bleh_darwin.m. (delegateuitask_darwin.m has it already.)
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index c99d619..fb12203 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -61,12 +61,8 @@ extern struct xpoint getTranslatedEventPoint(id, id); /* for objc_darwin.go */ extern char *encodedNSRect; -extern char *encodedTerminateReply; /* for sysdata_darwin.go */ extern void objc_setFont(id, unsigned int); -/* for delegate_darwin.go */ -extern void *_appDelegate_applicationShouldTerminate; - #endif |
