Removed unused variables to fix warnings in test program.
This commit is contained in:
parent
9583071066
commit
e44d24ff29
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue