mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
SDL_PrivateLowerBlitScaled: remove unused local var 'a'
This commit is contained in:
parent
30df2e4e36
commit
a6beb2d264
@ -948,7 +948,7 @@ SDL_PrivateLowerBlitScaled(SDL_Surface * src, SDL_Rect * srcrect,
|
||||
SDL_Surface *tmp;
|
||||
int ret;
|
||||
SDL_Rect tmprect;
|
||||
Uint8 r, g, b, a;
|
||||
Uint8 r, g, b;
|
||||
Uint8 alpha;
|
||||
SDL_BlendMode blendMode;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user