mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 14:45:46 +00:00
Removed unused variable, fixed chdir regression.
This commit is contained in:
@@ -500,7 +500,6 @@ static NSString* findAppName(void)
|
||||
[name isKindOfClass:[NSString class]] &&
|
||||
![@"" isEqualToString:name])
|
||||
{
|
||||
_glfwLibrary.NS.bundled = GL_TRUE;
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user