From: Jack Jansen Date: Wed, 20 Jun 2001 20:55:05 +0000 (+0000) Subject: Removed some unused routines under Carbon. They caused compile errors with UH34. X-Git-Tag: v2.2a3~1498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8853b18cc8f267978c0f9e193aee9cae13c85ed9;p=python Removed some unused routines under Carbon. They caused compile errors with UH34. --- diff --git a/Mac/Modules/scrap/Scrapmodule.c b/Mac/Modules/scrap/Scrapmodule.c index 5040299049..7677258cef 100644 --- a/Mac/Modules/scrap/Scrapmodule.c +++ b/Mac/Modules/scrap/Scrapmodule.c @@ -14,6 +14,8 @@ #include #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;