Remove getchInit from input.c

fix-mingw
Nakidai Perumenei 2023-12-17 03:10:52 +03:00
parent 71cfceee4b
commit eb82ad3173
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
ThreadR input(void *vargp) ThreadR input(void *vargp)
{ {
getchInit();
int *out = ((InputArgs *)vargp)->out; int *out = ((InputArgs *)vargp)->out;
bool *alive = ((InputArgs *)vargp)->alive; bool *alive = ((InputArgs *)vargp)->alive;