From d23cc8bf202eb73ae24531a62ee3da314a7cc8ff Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 29 Sep 2024 00:46:02 +0300 Subject: Remove gifs array It is unneded since previous commit --- cpetpet.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/cpetpet.c b/cpetpet.c index 5bef133..d479274 100644 --- a/cpetpet.c +++ b/cpetpet.c @@ -13,19 +13,6 @@ #define FRAMES 10 -static char *gifs[FRAMES] = { - SHAREDIR "/pet0.gif", - SHAREDIR "/pet1.gif", - SHAREDIR "/pet2.gif", - SHAREDIR "/pet3.gif", - SHAREDIR "/pet4.gif", - SHAREDIR "/pet5.gif", - SHAREDIR "/pet6.gif", - SHAREDIR "/pet7.gif", - SHAREDIR "/pet8.gif", - SHAREDIR "/pet9.gif", -}; - void CPetPet(const char *in, const char *out, const size_t delay) { MagickWand *result, *concat, *hand, *avatar, *edited; -- cgit 1.4.1