evas_image_load: remove unused variable 92/224692/2
authorYeongjong Lee <yj34.lee@samsung.com>
Wed, 12 Feb 2020 09:25:57 +0000 (18:25 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 13 Feb 2020 05:01:10 +0000 (05:01 +0000)
Change-Id: Ie7317fa03fb591085ec5c4433bcc74b57c54f297

src/lib/evas/common/evas_image_load.c

index ca2f681..a969153 100644 (file)
@@ -178,7 +178,6 @@ _evas_image_file_header(Evas_Module *em, Image_Entry *ie, int *error)
 {
    Evas_Image_Load_Func *evas_image_load_func = NULL;
    Eina_Bool r = EINA_TRUE;
-   int i;
 
    if (!evas_module_load(em)) goto load_error;
    evas_image_load_func = em->functions;