Removed unused variables to fix warnings in test program.

This commit is contained in:
Philipp Wiesemann 2013-07-24 22:19:01 +02:00
parent 9583071066
commit e44d24ff29

View file

@ -91,7 +91,7 @@ void
DrawComposite(DrawState *s) DrawComposite(DrawState *s)
{ {
SDL_Rect viewport, R; SDL_Rect viewport, R;
SDL_Texture *target, *A, *B; SDL_Texture *target;
static SDL_bool blend_tested = SDL_FALSE; static SDL_bool blend_tested = SDL_FALSE;
if (!blend_tested) { if (!blend_tested) {