Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed some unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 11, 2013
1 parent 137a338 commit 2759919
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/testautomation_surface.c
Expand Up @@ -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();
Expand Down

0 comments on commit 2759919

Please sign in to comment.