浏览代码

Removed unused struct member.

Camilla Berglund 13 年之前
父节点
当前提交
14f00ffa67
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/internal.h

+ 0 - 1
src/internal.h

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