testmouse.c: remove unused local var.

This commit is contained in:
Ozkan Sezer 2021-09-10 00:01:20 +03:00
parent 830206581b
commit e967f00271

View file

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