author | Ryan C. Gordon |
Thu, 11 Jul 2013 12:27:39 -0400 | |
changeset 7403 | 9de6ef8865a2 |
parent 7402 | 235c9aaeefd1 |
child 7404 | dfbe1bfff593 |
1.1 --- a/test/testautomation_surface.c Thu Jul 11 12:26:18 2013 -0400 1.2 +++ b/test/testautomation_surface.c Thu Jul 11 12:27:39 2013 -0400 1.3 @@ -343,8 +343,7 @@ 1.4 }; 1.5 SDL_Surface *face = NULL, *cvt1, *cvt2, *final; 1.6 SDL_PixelFormat *fmt1, *fmt2; 1.7 - Uint32 rgba[4]; 1.8 - int bpp, i, j, ret = 0; 1.9 + int i, j, ret = 0; 1.10 1.11 /* Create sample surface */ 1.12 face = SDLTest_ImageFace();