SDL: wayland: Remove unused struct member

From 3149533f0ce504db9686482d9958436aa6a3cebc Mon Sep 17 00:00:00 2001
From: Frank Praznik <[EMAIL REDACTED]>
Date: Fri, 24 Oct 2025 13:37:20 -0400
Subject: [PATCH] wayland: Remove unused struct member

---
 src/video/wayland/SDL_waylandvideo.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/video/wayland/SDL_waylandvideo.h b/src/video/wayland/SDL_waylandvideo.h
index 72e9c0718d227..e2ae097decee1 100644
--- a/src/video/wayland/SDL_waylandvideo.h
+++ b/src/video/wayland/SDL_waylandvideo.h
@@ -118,7 +118,6 @@ struct SDL_DisplayData
     SDL_DisplayOrientation orientation;
     int physical_width_mm, physical_height_mm;
     bool has_logical_position, has_logical_size;
-    bool running_colorspace_event_queue;
     SDL_HDROutputProperties HDR;
     SDL_DisplayID display;
     SDL_VideoDisplay placeholder;