vaxis: remove fixme
This commit is contained in:
parent
3ff1d0749a
commit
3ea76daf28
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ opts: Options = .{},
|
||||||
/// if we should redraw the entire screen on the next render
|
/// if we should redraw the entire screen on the next render
|
||||||
refresh: bool = false,
|
refresh: bool = false,
|
||||||
|
|
||||||
// FIXME: remove before committing
|
|
||||||
/// blocks the main thread until a DA1 query has been received, or the
|
/// blocks the main thread until a DA1 query has been received, or the
|
||||||
/// futex times out
|
/// futex times out
|
||||||
query_futex: atomic.Value(u32) = atomic.Value(u32).init(0),
|
query_futex: atomic.Value(u32) = atomic.Value(u32).init(0),
|
||||||
|
|
Loading…
Reference in a new issue