Skip to content

Commit e041493

Browse files
committed
removed unused variable
1 parent 305d6cd commit e041493

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src_c/alphablit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,6 @@ blit_blend_overlay(SDL_BlitInfo *info)
23662366
int dstbpp = dstfmt->BytesPerPixel;
23672367
Uint8 dR, dG, dB, dA, sR, sG, sB, sA;
23682368
Uint32 pixel;
2369-
Uint32 tmp;
23702369
int srcppa = info->src_blend != SDL_BLENDMODE_NONE && srcfmt->Amask;
23712370
int dstppa = info->dst_blend != SDL_BLENDMODE_NONE && dstfmt->Amask;
23722371

0 commit comments

Comments
 (0)