mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Null: Remove unused struct member
This commit is contained in:
parent
af5d250553
commit
1ce41b358b
@ -164,7 +164,6 @@ typedef struct _GLFWwindowNull
|
|||||||
int ypos;
|
int ypos;
|
||||||
int width;
|
int width;
|
||||||
int height;
|
int height;
|
||||||
char* title;
|
|
||||||
GLFWbool visible;
|
GLFWbool visible;
|
||||||
GLFWbool iconified;
|
GLFWbool iconified;
|
||||||
GLFWbool maximized;
|
GLFWbool maximized;
|
||||||
|
Loading…
Reference in New Issue
Block a user