mirror of
https://github.com/yawut/SDL.git
synced 2026-09-12 11:06:49 -05:00
Removed unused variables to fix warnings in test program.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user