Null: Remove unused struct member

master
Camilla Löwy ago%!(EXTRA string=1 year)
parent af5d250553
commit 1ce41b358b
  1. 1
      src/null_platform.h

@ -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…
Cancel
Save