SDL_PrivateLowerBlitScaled: remove unused local var 'a'

main
Ozkan Sezer 2020-12-28 01:10:02 +03:00
parent 30df2e4e36
commit a6beb2d264
1 changed files with 1 additions and 1 deletions

View File

@ -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;