summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-04-11 20:53:03 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-04-11 20:53:03 (GMT)
commit5159f1da7d6060f8d1f19af064f6e2d54d2f2adb (patch)
tree0ceec877db088e9383a14f4eb075cfc7f6c2f8db /Mac
parent32baa2c8d223d0abd14dd5bde68d1e330fa98f01 (diff)
downloadcpython-5159f1da7d6060f8d1f19af064f6e2d54d2f2adb.zip
cpython-5159f1da7d6060f8d1f19af064f6e2d54d2f2adb.tar.gz
cpython-5159f1da7d6060f8d1f19af064f6e2d54d2f2adb.tar.bz2
Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Include/macglue.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h
index dae4879..3e57cd4 100644
--- a/Mac/Include/macglue.h
+++ b/Mac/Include/macglue.h
@@ -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 */