ami pushed a commit to branch master.

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

commit fb5228b4d2ba01cb2683298069744b7940c70a47
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Fri Mar 4 11:14:20 2016 +0530

    hoversel: remove EINA_UNUSED since data is getting used
---
 src/lib/elc_hoversel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elc_hoversel.c b/src/lib/elc_hoversel.c
index 7d9817f..e14e0e6 100644
--- a/src/lib/elc_hoversel.c
+++ b/src/lib/elc_hoversel.c
@@ -440,7 +440,7 @@ _activate(Evas_Object *obj)
 }
 
 static Eina_Bool
-_on_clicked(void *data EINA_UNUSED, const Eo_Event *event EINA_UNUSED)
+_on_clicked(void *data, const Eo_Event *event EINA_UNUSED)
 {
    _activate(data);
 

-- 


Reply via email to