Null: Remove unused struct member

This commit is contained in:
Camilla Löwy 2024-02-18 16:49:15 +01:00
parent af5d250553
commit 1ce41b358b

View File

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