summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r--Modules/_tkinter.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index f20a1ef..9b73307 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -183,16 +183,9 @@ int TkMacConvertEvent(EventRecord *eventPtr);
staticforward int PyMacConvertEvent(EventRecord *eventPtr);
-#if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
- #pragma import on
-#endif
-
#include <SIOUX.h>
extern int SIOUXIsAppWindow(WindowPtr);
-#if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
- #pragma import reset
-#endif
#endif /* macintosh */
#ifndef FREECAST