From 3ea76daf28944cbdc8e0a332f72519f0a5263644 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Sun, 2 Jun 2024 17:58:32 -0500 Subject: [PATCH] vaxis: remove fixme --- src/Vaxis.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Vaxis.zig b/src/Vaxis.zig index b6f6e1e..d0a5ae1 100644 --- a/src/Vaxis.zig +++ b/src/Vaxis.zig @@ -56,7 +56,6 @@ opts: Options = .{}, /// if we should redraw the entire screen on the next render refresh: bool = false, -// FIXME: remove before committing /// blocks the main thread until a DA1 query has been received, or the /// futex times out query_futex: atomic.Value(u32) = atomic.Value(u32).init(0),