mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:30:44 +00:00
Removed bad attempt to set nil into image name dictionary.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3076 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
388f29cf3c
commit
d5caf57564
1 changed files with 0 additions and 1 deletions
|
@ -241,7 +241,6 @@ static NSDictionary* nsmapping = nil;
|
|||
if (image)
|
||||
[image setName: [[path lastPathComponent]
|
||||
stringByDeletingPathExtension]];
|
||||
[nameDict setObject: image forKey: [image name]];
|
||||
return image;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue