diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-22 23:30:49 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-22 23:30:49 (GMT) |
commit | f34a8bced262ad63564336de128c32b72eefec44 (patch) | |
tree | 8f9f1bc799045428888abfa7b44327c187d6660b /Mac/Modules/app/appsupport.py | |
parent | 286e838f22ebb2cc40fcb7aca9cac87585580843 (diff) | |
download | cpython-f34a8bced262ad63564336de128c32b72eefec44.zip cpython-f34a8bced262ad63564336de128c32b72eefec44.tar.gz cpython-f34a8bced262ad63564336de128c32b72eefec44.tar.bz2 |
Moved CoreFoundation type support to bgen/macsupport.
Diffstat (limited to 'Mac/Modules/app/appsupport.py')
-rw-r--r-- | Mac/Modules/app/appsupport.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Modules/app/appsupport.py b/Mac/Modules/app/appsupport.py index 880a70d..a9cdf76 100644 --- a/Mac/Modules/app/appsupport.py +++ b/Mac/Modules/app/appsupport.py @@ -69,8 +69,6 @@ ThemeDragSoundKind = OSTypeType("ThemeDragSoundKind") ThemeBackgroundKind = Type("ThemeBackgroundKind", "l") ThemeMetric = Type("ThemeMetric", "l") RGBColor = OpaqueType("RGBColor", "QdRGB") -CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj") -CFMutableStringRef = OpaqueByValueType("CFMutableStringRef", "CFMutableStringRefObj") TruncCode = Type("TruncCode", "h") |