From 5f61f21362af2e3be0981998fefc9ceb48f928fa Mon Sep 17 00:00:00 2001 From: tTh Date: Mon, 18 Sep 2023 09:08:01 +0200 Subject: [PATCH] remove unsuded vars --- Lib/anamorphose.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/anamorphose.c b/Lib/anamorphose.c index 65c5cff..6d297d1 100644 --- a/Lib/anamorphose.c +++ b/Lib/anamorphose.c @@ -40,7 +40,6 @@ return FUNC_NOT_FINISH; int Image_anmo_grille(Image_Desc *dst) { -int x, y; if (dst->magic != MAGIC_OF_IMAGE) {