Browse Source

Removed unused struct member.

Camilla Berglund 13 years ago
parent
commit
14f00ffa67
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/internal.h

+ 0 - 1
src/internal.h

@@ -234,7 +234,6 @@ struct _GLFWlibrary
 
 
     _GLFWwindow*  windowListHead;
     _GLFWwindow*  windowListHead;
     _GLFWwindow*  activeWindow;
     _GLFWwindow*  activeWindow;
-    _GLFWwindow*  cursorLockWindow;
 
 
     _GLFWmonitor** monitors;
     _GLFWmonitor** monitors;
     int            monitorCount;
     int            monitorCount;