Clean up input initialization and destruction

This commit is contained in:
ridiculousfish
2019-03-03 12:59:55 -08:00
parent dc1073f905
commit ecf51b575e
6 changed files with 8 additions and 25 deletions

View File

@@ -61,8 +61,6 @@ static int (*interrupt_handler)();
void input_common_init(int (*ih)()) { interrupt_handler = ih; }
void input_common_destroy() {}
/// Internal function used by input_common_readch to read one byte from fd 0. This function should
/// only be called by input_common_readch().
static wint_t readb() {