mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-07 18:36:26 +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;
|
||||
int ret;
|
||||
SDL_Rect tmprect;
|
||||
Uint8 r, g, b, a;
|
||||
Uint8 r, g, b;
|
||||
Uint8 alpha;
|
||||
SDL_BlendMode blendMode;
|
||||
|
||||
|
Reference in New Issue
Block a user