From e58c65811d07c78262040e3e92049f9554dcf2cc Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 17 Oct 1998 06:18:14 +0000 Subject: [PATCH] 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 --- Source/NSImage.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/NSImage.m b/Source/NSImage.m index 203f182c3..604062b3b 100644 --- a/Source/NSImage.m +++ b/Source/NSImage.m @@ -241,7 +241,6 @@ static NSDictionary* nsmapping = nil; if (image) [image setName: [[path lastPathComponent] stringByDeletingPathExtension]]; - [nameDict setObject: image forKey: [image name]]; return image; } }