mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
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:
parent
5093781315
commit
fa43003aa1
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue