diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-11 20:56:13 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-11 20:56:13 (GMT) |
commit | 786681ac60a0ce320310566b7fe90e09ee25a0b2 (patch) | |
tree | 8a9c606eca6a82ed0100b54d9a75ad6aa10778f7 | |
parent | cc8258d827bbbd6b1e5e4cf891a1efe043e57329 (diff) | |
download | cpython-786681ac60a0ce320310566b7fe90e09ee25a0b2.zip cpython-786681ac60a0ce320310566b7fe90e09ee25a0b2.tar.gz cpython-786681ac60a0ce320310566b7fe90e09ee25a0b2.tar.bz2 |
Got rid of obsolete appearance flag.
-rw-r--r-- | Mac/Modules/macosmodule.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index d84040d..cc838b8 100644 --- a/Mac/Modules/macosmodule.c +++ b/Mac/Modules/macosmodule.c @@ -757,11 +757,6 @@ initMacOS(void) if( PyDict_SetItemString(d, "string_id_to_buffer", Py_BuildValue("i", off)) != 0) return; } -#if !TARGET_API_MAC_OSX - if (PyDict_SetItemString(d, "AppearanceCompliant", - Py_BuildValue("i", PyMac_AppearanceCompliant)) != 0) - return; -#endif #if TARGET_API_MAC_OSX #define PY_RUNTIMEMODEL "macho" #elif TARGET_API_MAC_OS8 |