mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
38c9e91657
commit
6e5085083e
1 changed files with 0 additions and 8 deletions
|
@ -1693,14 +1693,6 @@ IF_NO_GC(
|
||||||
{
|
{
|
||||||
ext = nil;
|
ext = nil;
|
||||||
}
|
}
|
||||||
if (ext == nil)
|
|
||||||
{
|
|
||||||
ext = [name pathExtension];
|
|
||||||
if (ext != nil)
|
|
||||||
{
|
|
||||||
name = [name stringByDeletingPathExtension];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
pathlist = [[self _bundleResourcePathsWithRootPath: rootPath
|
pathlist = [[self _bundleResourcePathsWithRootPath: rootPath
|
||||||
subPath: subPath] objectEnumerator];
|
subPath: subPath] objectEnumerator];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue