changeset 2179 | 8b76cc268771 |
parent 2145 | 5c14978b1e97 |
child 3359 | aecbdf3362c3 |
1.1 --- a/test/loopwave.c Thu Jul 12 06:31:36 2007 +0000 1.2 +++ b/test/loopwave.c Thu Jul 12 06:53:20 2007 +0000 1.3 @@ -67,8 +67,6 @@ 1.4 int 1.5 main(int argc, char *argv[]) 1.6 { 1.7 - int i, n; 1.8 - 1.9 /* Load the SDL library */ 1.10 if (SDL_Init(SDL_INIT_AUDIO) < 0) { 1.11 fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError());