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

Commit

Permalink
Removed unused variables to fix warnings in test program.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 24, 2013
1 parent e566fc8 commit 77d9ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testrendertarget.c
Expand Up @@ -91,7 +91,7 @@ void
DrawComposite(DrawState *s)
{
SDL_Rect viewport, R;
SDL_Texture *target, *A, *B;
SDL_Texture *target;

static SDL_bool blend_tested = SDL_FALSE;
if (!blend_tested) {
Expand Down

0 comments on commit 77d9ec2

Please sign in to comment.