]> granicus.if.org Git - python/commitdiff
Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 11 Apr 2002 20:53:03 +0000 (20:53 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 11 Apr 2002 20:53:03 +0000 (20:53 +0000)
Mac/Include/macglue.h

index dae4879cb2a36b44b92032b10ca910cc176ccecd..3e57cd476eeec3fd35aecdcbee966762d04ec0c1 100644 (file)
@@ -46,11 +46,6 @@ typedef struct {
        double          bg_yield;               /* yield at most so long when in background */
 } PyMacSchedParams;
 
-#ifdef USE_GUSI1
-void PyMac_FixGUSIcd(void);            /* Workaround for GUSI chdir() call */
-extern void PyMac_SetGUSISpin(void);           /* Install our private GUSI spin routine */
-#endif
-
 unsigned char *Pstring(char *str);             /* Convert c-string to pascal-string in static buffer */
 
 #ifdef USE_GUSI
@@ -63,7 +58,6 @@ extern FSSpec PyMac_ApplicationFSSpec;                /* Application location (from macargv.c)
 extern char PyMac_ApplicationPath[];           /* Application location (from macargv.c) */
 extern OSErr PyMac_init_application_location(void);    /* Init the above */
 extern int PyMac_GetArgv(char ***, int);       /* Get argc, argv (from macargv.c) */
-extern int PyMac_AppearanceCompliant;  /* True if in appearance support mode */
 
 extern PyObject *PyMac_OSErrException;         /* Exception for OSErr */
 PyObject *PyMac_GetOSErrException(void);       /* Initialize & return it */