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 159649b794
commit d139035d90

View File

@@ -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) {