From 37c2c7ea948278cd93cc833e5389ab79fc671f15 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 21 May 2024 12:16:11 -0700 Subject: [PATCH] remove todo; mutter uses no flags --- src/wayland/drm_syncobj/sync_point.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/drm_syncobj/sync_point.rs b/src/wayland/drm_syncobj/sync_point.rs index 0689589dbcd9..c001b6220669 100644 --- a/src/wayland/drm_syncobj/sync_point.rs +++ b/src/wayland/drm_syncobj/sync_point.rs @@ -53,7 +53,6 @@ impl DrmSyncPoint { 0, rustix::event::EventfdFlags::CLOEXEC | rustix::event::EventfdFlags::NONBLOCK, )?; - // TODO wait_avialable? self.timeline .0 .device