Removed unused variable, fixed chdir regression.

This commit is contained in:
Camilla Berglund
2012-02-15 01:57:43 +01:00
parent 4a9545317e
commit 84ea69358f
3 changed files with 12 additions and 10 deletions
-1
View File
@@ -500,7 +500,6 @@ static NSString* findAppName(void)
[name isKindOfClass:[NSString class]] &&
![@"" isEqualToString:name])
{
_glfwLibrary.NS.bundled = GL_TRUE;
return name;
}
}