Removed some unused routines under Carbon. They caused compile errors with UH34.

This commit is contained in:
Jack Jansen 2001-06-20 20:55:05 +00:00
parent ff75c214ef
commit 8853b18cc8
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#include <Carbon/Carbon.h>
#endif
#if !TARGET_API_MAC_CARBON
/*
** Generate ScrapInfo records
*/
@ -26,6 +28,7 @@ SCRRec_New(itself)
ResObj_New, itself->scrapHandle, itself->scrapCount, itself->scrapState,
PyMac_BuildStr255, itself->scrapName);
}
#endif
static PyObject *Scrap_Error;