Fix error in last change (remove unnecessary check).

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30834 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-06-23 09:00:19 +00:00
parent 38c9e91657
commit 6e5085083e

View file

@ -1693,14 +1693,6 @@ IF_NO_GC(
{
ext = nil;
}
if (ext == nil)
{
ext = [name pathExtension];
if (ext != nil)
{
name = [name stringByDeletingPathExtension];
}
}
pathlist = [[self _bundleResourcePathsWithRootPath: rootPath
subPath: subPath] objectEnumerator];