diff --git a/src/wayland/handlers/compositor.rs b/src/wayland/handlers/compositor.rs index f79e3a49..9a6df091 100644 --- a/src/wayland/handlers/compositor.rs +++ b/src/wayland/handlers/compositor.rs @@ -35,8 +35,6 @@ impl State { } } } - self.backend - .schedule_render(&self.common.event_loop_handle, &output); } }