diff --git a/source/io/input.h b/source/io/input.h index 07b293a..7f14ce9 100644 --- a/source/io/input.h +++ b/source/io/input.h @@ -75,14 +75,11 @@ struct input_circ_buf { struct InputBuffer { struct InputRecord buf[IO_BUF_SIZE]; u8f len; - u8f start; - }; struct InputString { char buf[STR_BUF_SIZE]; u8f len; - u8f start; }; struct InputThreadHandle {