diff options
Diffstat (limited to 'Mac/Modules/qd/qdscan.py')
-rw-r--r-- | Mac/Modules/qd/qdscan.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Mac/Modules/qd/qdscan.py b/Mac/Modules/qd/qdscan.py index 15f5f92..2c54c3f 100644 --- a/Mac/Modules/qd/qdscan.py +++ b/Mac/Modules/qd/qdscan.py @@ -118,25 +118,6 @@ extend = 0x40 'CursorComponentSetData', ] - def makegreylist(self): - return [ - ('#if !TARGET_API_MAC_CARBON', [ - ]), - ('#if TARGET_API_MAC_CARBON', [ - 'IsPortOffscreen', # Lazy - 'IsPortColor', # Lazy - 'IsRegionRectangular', - 'CreateNewPort', - 'DisposePort', - 'SetQDError', - 'IsPortPolyBeingDefined', - 'QDSetDirtyRegion', - 'QDGetDirtyRegion', - 'IsValidPort', - 'RgnToHandle', - ])] - - def makeblacklisttypes(self): return [ 'CIconHandle', # Obsolete |