Wayland: Remove unused struct member

This commit is contained in:
Camilla Löwy
2026-05-22 17:25:09 +02:00
parent de0c378aa2
commit 06406a00a0
-1
View File
@@ -375,7 +375,6 @@ typedef struct _GLFWwindowWayland
GLFWbool transparent; GLFWbool transparent;
GLFWbool scaleFramebuffer; GLFWbool scaleFramebuffer;
struct wl_surface* surface; struct wl_surface* surface;
struct wl_callback* callback;
struct { struct {
struct wl_event_queue* queue; struct wl_event_queue* queue;