From 95696c6d7d17fc28853f6f6b0e0b68d40c2f6d3c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 17 Oct 2016 12:44:08 -0400 Subject: [PATCH] remove unused attribute from used param --- src/bin/e_bryce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_bryce.c b/src/bin/e_bryce.c index ef876b5c0..bb42a06c2 100644 --- a/src/bin/e_bryce.c +++ b/src/bin/e_bryce.c @@ -943,7 +943,7 @@ _bryce_act_menu_job(void *data) } static Eina_Bool -_bryce_act_menu(E_Object *obj, const char *params EINA_UNUSED, E_Binding_Event_Mouse_Button *ev EINA_UNUSED) +_bryce_act_menu(E_Object *obj, const char *params EINA_UNUSED, E_Binding_Event_Mouse_Button *ev) { Bryce *b; if (obj->type != E_BRYCE_TYPE) return EINA_FALSE;