mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-08 10:56:27 +00:00
SDL_PrivateLowerBlitScaled: remove unused local var 'a'
This commit is contained in:
@@ -948,7 +948,7 @@ SDL_PrivateLowerBlitScaled(SDL_Surface * src, SDL_Rect * srcrect,
|
|||||||
SDL_Surface *tmp;
|
SDL_Surface *tmp;
|
||||||
int ret;
|
int ret;
|
||||||
SDL_Rect tmprect;
|
SDL_Rect tmprect;
|
||||||
Uint8 r, g, b, a;
|
Uint8 r, g, b;
|
||||||
Uint8 alpha;
|
Uint8 alpha;
|
||||||
SDL_BlendMode blendMode;
|
SDL_BlendMode blendMode;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user