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
@@ -91,7 +91,6 @@ typedef struct _GLFWlibraryNS
// dlopen handle for dynamically loading OpenGL extension entry points
void* OpenGLFramework;
GLboolean bundled;
id desktopMode;
id delegate;
id autoreleasePool;