tests/image: remove unused variable

Differential Revision: https://phab.enlightenment.org/D6843
This commit is contained in:
Yeongjong Lee 2018-08-15 16:44:22 +00:00 committed by Stefan Schmidt
parent eb32d164a7
commit 25d4517fb9
1 changed files with 0 additions and 4 deletions

View File

@ -198,10 +198,6 @@ EFL_END_TEST
EFL_START_TEST (elm_image_evas_object_color_set)
{
Evas_Object *win, *image;
Eina_Bool ok;
Test_Data td;
Eina_File *f;
char path[PATH_MAX];
int r = 128, g = 99, b = 3, a = 230;
int rr = 0, gg = 0, bb = 0, aa = 0;