commit | a3e2dcadcce5cd753e6fd69bde8bd8b61b72a054 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Mon Jan 29 14:27:32 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Mon Jan 29 14:27:32 2001 +0000 |
tree | b0885844cf35924511ebb652eda5b9b410d1b055 | |
parent | 5c3c58bde00b04b54e62a2deacdbd36ffc36f9b8 [diff] [blame] |
Removed device from the list of Qd incompatibilities. It should be there, but causes too many false positives.
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_Qd = [ - 'device', +## 'device', # Too many false positives 'portBits', 'portPixMap', 'portVersion',