Browse Source

Removed unused flag.

Camilla Berglund 12 years ago
parent
commit
d3f3e2d6c5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/cocoa_platform.h

+ 0 - 2
src/cocoa_platform.h

@@ -105,8 +105,6 @@ typedef struct _GLFWlibraryNS
     id              autoreleasePool;
     id              cursor;
 
-    GLboolean       cursorHidden;
-
     char*           clipboardString;
 
     _GLFWjoy        joysticks[GLFW_JOYSTICK_LAST + 1];