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; } }