From f4702e2d61d5a1c7e1005d493e03dc10b1be8d06 Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Thu, 20 Jul 2023 17:32:57 +0100 Subject: [PATCH] Remove unneeded comment --- src/backend/wayland/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/wayland/mod.rs b/src/backend/wayland/mod.rs index b889e52b..e9b0eb7c 100644 --- a/src/backend/wayland/mod.rs +++ b/src/backend/wayland/mod.rs @@ -70,7 +70,7 @@ type IdleCallback = Box; // All fields are public, as this type is *not* exported above this module struct WaylandState { pub registry_state: RegistryState, - // seat_state: SeatState, + pub output_state: OutputState, // TODO: Do we need to keep this around // It is unused because(?) wgpu creates the surfaces through RawDisplayHandle(?)