Remove title member from window config

The window title is already available in the window struct.
This commit is contained in:
Camilla Löwy
2024-03-13 00:19:11 +01:00
parent bfcb98fb6c
commit 4c64184455
5 changed files with 7 additions and 9 deletions
-1
View File
@@ -402,7 +402,6 @@ struct _GLFWwndconfig
int ypos;
int width;
int height;
const char* title;
GLFWbool resizable;
GLFWbool visible;
GLFWbool decorated;