testmouse.c: remove unused local var.

main
Ozkan Sezer 2021-09-10 00:01:20 +03:00
parent 830206581b
commit e967f00271
1 changed files with 1 additions and 2 deletions

View File

@ -74,9 +74,8 @@ AppendLine(Line *line)
}
void
loop()
loop(void)
{
int i;
SDL_Event event;
/* Check for events */