Removed some unused routines under Carbon. They caused compile errors with UH34.
This commit is contained in:
parent
ff75c214ef
commit
8853b18cc8
|
@ -14,6 +14,8 @@
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !TARGET_API_MAC_CARBON
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Generate ScrapInfo records
|
** Generate ScrapInfo records
|
||||||
*/
|
*/
|
||||||
|
@ -26,6 +28,7 @@ SCRRec_New(itself)
|
||||||
ResObj_New, itself->scrapHandle, itself->scrapCount, itself->scrapState,
|
ResObj_New, itself->scrapHandle, itself->scrapCount, itself->scrapState,
|
||||||
PyMac_BuildStr255, itself->scrapName);
|
PyMac_BuildStr255, itself->scrapName);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static PyObject *Scrap_Error;
|
static PyObject *Scrap_Error;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue