From ae2fbb9f9a61938df5433ef6b816cc5684e7acac Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Wed, 29 Apr 2026 09:06:59 -0500 Subject: [PATCH] fifo: Remove unused flow_id This was never used, and never will be. Signed-off-by: Derek Foreman --- libweston/fifo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libweston/fifo.c b/libweston/fifo.c index 6117c0d29..d9e8b2f2c 100644 --- a/libweston/fifo.c +++ b/libweston/fifo.c @@ -36,7 +36,6 @@ struct weston_fifo { struct weston_surface *surface; struct wl_listener surface_destroy_listener; - uint64_t flow_id; }; static void