Ignore obsolete keys.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2007-03-01 13:46:01 +00:00
parent 5093781315
commit fa43003aa1

View file

@ -387,6 +387,12 @@ static void ExtractValuesFromConfig(NSDictionary *config)
*/
[c removeObjectForKey: @"GNUSTEP_USER_CONFIG_FILE"];
/* FIXME ... for the time being we just ignore obsolete keys */
[c removeObjectForKey: @"GNUSTEP_USER_ROOT"];
[c removeObjectForKey: @"GNUSTEP_LOCAL_ROOT"];
[c removeObjectForKey: @"GNUSTEP_SYSTEM_ROOT"];
[c removeObjectForKey: @"GNUSTEP_NETWORK_ROOT"];
if ([c count] > 0)
{
/*