mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Got rid of obsolete appearance flag.
This commit is contained in:
parent
cc8258d827
commit
786681ac60
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue