From 06406a00a014415faa382ff7aa65620552da1167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Fri, 22 May 2026 17:25:09 +0200 Subject: [PATCH] Wayland: Remove unused struct member --- src/wl_platform.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wl_platform.h b/src/wl_platform.h index 8164150a..47189f59 100644 --- a/src/wl_platform.h +++ b/src/wl_platform.h @@ -375,7 +375,6 @@ typedef struct _GLFWwindowWayland GLFWbool transparent; GLFWbool scaleFramebuffer; struct wl_surface* surface; - struct wl_callback* callback; struct { struct wl_event_queue* queue;