diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 16:34:04 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 16:34:04 +0000 |
| commit | a53f4eba19856613a55ccbcfdb8c862d24a691b9 (patch) | |
| tree | 55e8e3616059daa41c666e3b0abd92ed8a0efd43 /Mac/Modules/ctl/ctlscan.py | |
| parent | 9588770e25db99692f3ebb680235bc1a02b65017 (diff) | |
| download | cpython-git-a53f4eba19856613a55ccbcfdb8c862d24a691b9.tar.gz | |
Getting rid of code conditional on TARGET_API_MAC_*.
Diffstat (limited to 'Mac/Modules/ctl/ctlscan.py')
| -rw-r--r-- | Mac/Modules/ctl/ctlscan.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Mac/Modules/ctl/ctlscan.py b/Mac/Modules/ctl/ctlscan.py index f7bd888761..ac1d3f4d93 100644 --- a/Mac/Modules/ctl/ctlscan.py +++ b/Mac/Modules/ctl/ctlscan.py @@ -99,20 +99,6 @@ class MyScanner(Scanner): 'SetControlColor', ] - def makegreylist(self): - return [ - ('#if TARGET_API_MAC_OSX', [ - 'CreateRoundButtonControl', - 'CreateDisclosureButtonControl', - 'CreateRelevanceBarControl', - 'DisableControl', - 'EnableControl', - 'IsControlEnabled', - 'CreateEditUnicodeTextControl', - 'CopyDataBrowserEditText', - ]), - ] - def makeblacklisttypes(self): return [ 'ProcPtr', |
