test_gengrid: remove EINA_UNUSED for a used argument

Summary: Signed-off-by: Vaibhav Gupta <g.vaibhav1@samsung.com>

Reviewers: raster, Hermet, cedric

Reviewed By: cedric

Subscribers: sachin.dev, singh.amitesh

Differential Revision: https://phab.enlightenment.org/D2670

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vaibhav Gupta 2015-06-17 14:46:22 +02:00 committed by Cedric BAIL
parent dde6511cbc
commit a350f64b6e
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ grid_state_get(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, const char
}
void
grid_del(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED)
grid_del(void *data, Evas_Object *obj EINA_UNUSED)
{
free(data);
}