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:
Richard Frith-MacDonald 1998-10-17 06:18:14 +00:00
parent 388f29cf3c
commit d5caf57564

View file

@ -241,7 +241,6 @@ static NSDictionary* nsmapping = nil;
if (image)
[image setName: [[path lastPathComponent]
stringByDeletingPathExtension]];
[nameDict setObject: image forKey: [image name]];
return image;
}
}