File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
5449unsigned 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)
6358extern char PyMac_ApplicationPath []; /* Application location (from macargv.c) */
6459extern OSErr PyMac_init_application_location (void ); /* Init the above */
6560extern int PyMac_GetArgv (char * * * , int ); /* Get argc, argv (from macargv.c) */
66- extern int PyMac_AppearanceCompliant ; /* True if in appearance support mode */
6761
6862extern PyObject * PyMac_OSErrException ; /* Exception for OSErr */
6963PyObject * PyMac_GetOSErrException (void ); /* Initialize & return it */
You can’t perform that action at this time.
0 commit comments