From: Jack Jansen Date: Thu, 11 Apr 2002 20:56:13 +0000 (+0000) Subject: Got rid of obsolete appearance flag. X-Git-Tag: v2.3c1~6039 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=786681ac60a0ce320310566b7fe90e09ee25a0b2;p=python Got rid of obsolete appearance flag. --- diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index d84040da0f..cc838b8936 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