Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5159f1d

Browse files
committed
Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.
1 parent 32baa2c commit 5159f1d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Mac/Include/macglue.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ typedef struct {
4646
double bg_yield; /* yield at most so long when in background */
4747
} PyMacSchedParams;
4848

49-
#ifdef USE_GUSI1
50-
void PyMac_FixGUSIcd(void); /* Workaround for GUSI chdir() call */
51-
extern void PyMac_SetGUSISpin(void); /* Install our private GUSI spin routine */
52-
#endif
53-
5449
unsigned char *Pstring(char *str); /* Convert c-string to pascal-string in static buffer */
5550

5651
#ifdef USE_GUSI
@@ -63,7 +58,6 @@ extern FSSpec PyMac_ApplicationFSSpec; /* Application location (from macargv.c)
6358
extern char PyMac_ApplicationPath[]; /* Application location (from macargv.c) */
6459
extern OSErr PyMac_init_application_location(void); /* Init the above */
6560
extern int PyMac_GetArgv(char ***, int); /* Get argc, argv (from macargv.c) */
66-
extern int PyMac_AppearanceCompliant; /* True if in appearance support mode */
6761

6862
extern PyObject *PyMac_OSErrException; /* Exception for OSErr */
6963
PyObject *PyMac_GetOSErrException(void); /* Initialize & return it */

0 commit comments

Comments
 (0)