forked from nakidai/csnake
1
0
Fork 0

Remove getchInit from input.c

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)
{
getchInit();
int *out = ((InputArgs *)vargp)->out;
bool *alive = ((InputArgs *)vargp)->alive;