tests: Remove unused variables (evas_image)

This commit is contained in:
Jean-Philippe Andre 2016-03-18 13:53:39 +09:00
parent 4a63c917aa
commit 72363b4777
1 changed files with 1 additions and 2 deletions

View File

@ -631,8 +631,7 @@ START_TEST(evas_object_image_defaults)
{
Evas *e = _setup_evas();
Evas_Object *o;
int x, y, w, h, iw, ih;
Eina_Bool b;
int x, y, w, h;
/* test legacy defaults */
o = evas_object_image_add(e);