summaryrefslogtreecommitdiff
path: root/Mac/Modules/ctl/ctlscan.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-19 16:34:04 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-11-19 16:34:04 +0000
commita53f4eba19856613a55ccbcfdb8c862d24a691b9 (patch)
tree55e8e3616059daa41c666e3b0abd92ed8a0efd43 /Mac/Modules/ctl/ctlscan.py
parent9588770e25db99692f3ebb680235bc1a02b65017 (diff)
downloadcpython-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.py14
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',