diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-29 14:27:32 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-29 14:27:32 (GMT) |
commit | a3e2dcadcce5cd753e6fd69bde8bd8b61b72a054 (patch) | |
tree | b0885844cf35924511ebb652eda5b9b410d1b055 /Mac | |
parent | 5c3c58bde00b04b54e62a2deacdbd36ffc36f9b8 (diff) | |
download | cpython-a3e2dcadcce5cd753e6fd69bde8bd8b61b72a054.zip cpython-a3e2dcadcce5cd753e6fd69bde8bd8b61b72a054.tar.gz cpython-a3e2dcadcce5cd753e6fd69bde8bd8b61b72a054.tar.bz2 |
Removed device from the list of Qd incompatibilities. It should be there, but causes too many false positives.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/scripts/missingcarbonmethods.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/missingcarbonmethods.py b/Mac/scripts/missingcarbonmethods.py index aa8a4fa..5db2674 100644 --- a/Mac/scripts/missingcarbonmethods.py +++ b/Mac/scripts/missingcarbonmethods.py @@ -79,7 +79,7 @@ missing_Qt = [ ] missing_Qd = [ - 'device', +## 'device', # Too many false positives 'portBits', 'portPixMap', 'portVersion', |