remove EINA_UNUSED for parameter that is actually used

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-05-09 10:46:05 +01:00
parent adf559a850
commit 5ea94188f5
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ _e_comp_x_client_shape_input_rectangle_set(E_Client *ec)
}
static void
_e_comp_x_evas_color_set_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
_e_comp_x_evas_color_set_cb(void *data, Evas_Object *obj, void *event_info EINA_UNUSED)
{
E_Client *ec = data;
int a;