Browse Source

testmouse.c: remove unused local var.

Ozkan Sezer 3 years ago
parent
commit
e967f00271
1 changed files with 1 additions and 2 deletions
  1. 1 2
      test/testmouse.c

+ 1 - 2
test/testmouse.c

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