summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/win
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-22 23:30:49 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-22 23:30:49 (GMT)
commitf34a8bced262ad63564336de128c32b72eefec44 (patch)
tree8f9f1bc799045428888abfa7b44327c187d6660b /Mac/Modules/win
parent286e838f22ebb2cc40fcb7aca9cac87585580843 (diff)
downloadcpython-f34a8bced262ad63564336de128c32b72eefec44.zip
cpython-f34a8bced262ad63564336de128c32b72eefec44.tar.gz
cpython-f34a8bced262ad63564336de128c32b72eefec44.tar.bz2
Moved CoreFoundation type support to bgen/macsupport.
Diffstat (limited to 'Mac/Modules/win')
-rw-r--r--Mac/Modules/win/winsupport.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Modules/win/winsupport.py b/Mac/Modules/win/winsupport.py
index 022cf94..bcd5119 100644
--- a/Mac/Modules/win/winsupport.py
+++ b/Mac/Modules/win/winsupport.py
@@ -51,7 +51,6 @@ ScrollWindowOptions = Type("ScrollWindowOptions", "l")
WindowPartCode = Type("WindowPartCode", "h")
WindowDefPartCode = Type("WindowDefPartCode", "h")
WindowModality = Type("WindowModality", "l")
-CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
GDHandle = OpaqueByValueType("GDHandle", "ResObj")
WindowConstrainOptions = Type("WindowConstrainOptions", "l")