mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Null: Remove unused struct member
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user