From 1ce41b358b92a34aceb642ce540f01cdb980f755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Sun, 18 Feb 2024 16:49:15 +0100 Subject: [PATCH] Null: Remove unused struct member --- src/null_platform.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/null_platform.h b/src/null_platform.h index fb9374b4..f9706acc 100644 --- a/src/null_platform.h +++ b/src/null_platform.h @@ -164,7 +164,6 @@ typedef struct _GLFWwindowNull int ypos; int width; int height; - char* title; GLFWbool visible; GLFWbool iconified; GLFWbool maximized;