mirror of
https://github.com/encounter/SDL.git
synced 2025-12-20 10:25:28 +00:00
testmouse.c: remove unused local var.
This commit is contained in:
@@ -74,9 +74,8 @@ AppendLine(Line *line)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
loop()
|
loop(void)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
SDL_Event event;
|
SDL_Event event;
|
||||||
|
|
||||||
/* Check for events */
|
/* Check for events */
|
||||||
|
|||||||
Reference in New Issue
Block a user