summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/macconfig.c')
-rw-r--r--Mac/Modules/macconfig.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c
index 558f136..89f547d 100644
--- a/Mac/Modules/macconfig.c
+++ b/Mac/Modules/macconfig.c
@@ -244,16 +244,8 @@ struct _inittab _PyImport_Inittab[] = {
{"_Scrap", init_Scrap},
{"_TE", init_TE},
{"ColorPicker", initColorPicker},
-#if !TARGET_API_MAC_CARBON
- {"_Help", init_Help},
- {"Printing", initPrinting},
-#endif
-#if TARGET_API_MAC_CARBON
{"_CF", init_CF},
-#endif
-#if TARGET_API_MAC_CARBON
{"hfsplus", inithfsplus},
-#endif
#endif /* USE_TOOLBOX */
#ifdef USE_QT
{"_Cm", init_Cm},