Removed some unused variables.

This commit is contained in:
Ryan C. Gordon 2013-07-11 12:27:39 -04:00
parent 09d6ed6d88
commit e46b85c7b1

View file

@ -343,8 +343,7 @@ surface_testCompleteSurfaceConversion(void *arg)
};
SDL_Surface *face = NULL, *cvt1, *cvt2, *final;
SDL_PixelFormat *fmt1, *fmt2;
Uint32 rgba[4];
int bpp, i, j, ret = 0;
int i, j, ret = 0;
/* Create sample surface */
face = SDLTest_ImageFace();