From f424f24bbb4231065f646d12d9d90c91f961d51a Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 29 Jan 2001 13:31:10 +0000 Subject: [PATCH] Re-enabled Scrap (even though it's mostly empty right now). --- Mac/Modules/macconfig.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c index 8624fd22d98..fe63722d163 100644 --- a/Mac/Modules/macconfig.c +++ b/Mac/Modules/macconfig.c @@ -240,10 +240,8 @@ struct _inittab _PyImport_Inittab[] = { {"Qdoffs", initQdoffs}, {"Snd", initSnd}, {"Sndihooks", initSndihooks}, -#if !TARGET_API_MAC_CARBON_NOTYET /* Carbon scrap manager is completely different */ {"Scrap", initScrap}, -#endif {"TE", initTE}, {"ColorPicker", initColorPicker}, #if !TARGET_API_MAC_CARBON