mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 01:15:39 +00:00
testmouse.c: remove unused local var.
This commit is contained in:
parent
830206581b
commit
e967f00271
1 changed files with 1 additions and 2 deletions
|
|
@ -74,9 +74,8 @@ AppendLine(Line *line)
|
|||
}
|
||||
|
||||
void
|
||||
loop()
|
||||
loop(void)
|
||||
{
|
||||
int i;
|
||||
SDL_Event event;
|
||||
|
||||
/* Check for events */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue