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),