Browse Source

Null: Remove unused struct member

Camilla Löwy 1 year ago
parent
commit
1ce41b358b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/null_platform.h

+ 0 - 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;