remove unsuded vars

This commit is contained in:
tTh 2023-09-18 09:08:01 +02:00
parent 7977766a52
commit 5f61f21362
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ return FUNC_NOT_FINISH;
int
Image_anmo_grille(Image_Desc *dst)
{
int x, y;
if (dst->magic != MAGIC_OF_IMAGE)
{