浏览代码

Null: Remove unused struct member

Camilla Löwy 1 年之前
父节点
当前提交
1ce41b358b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/null_platform.h

+ 0 - 1
src/null_platform.h

@@ -164,7 +164,6 @@ typedef struct _GLFWwindowNull
     int             ypos;
     int             width;
     int             height;
-    char*           title;
     GLFWbool        visible;
     GLFWbool        iconified;
     GLFWbool        maximized;