summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cg/cgsupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/cg/cgsupport.py')
-rwxr-xr-xMac/Modules/cg/cgsupport.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Mac/Modules/cg/cgsupport.py b/Mac/Modules/cg/cgsupport.py
index 7456b55..a8372f2 100755
--- a/Mac/Modules/cg/cgsupport.py
+++ b/Mac/Modules/cg/cgsupport.py
@@ -23,12 +23,7 @@ RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
# Create the type objects
includestuff = includestuff + """
-#ifdef WITHOUT_FRAMEWORKS
-#include <Quickdraw.h>
-#include <CGContext.h>
-#else
#include <ApplicationServices/ApplicationServices.h>
-#endif
#if !TARGET_API_MAC_OSX
/* This code is adapted from the CallMachOFramework demo at: