discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b9afecde417e13d84fc7a8a8923a3bfe19df4d24

commit b9afecde417e13d84fc7a8a8923a3bfe19df4d24
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Oct 17 12:44:08 2016 -0400

    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 ef876b5..bb42a06 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;

-- 


Reply via email to