devilhorns pushed a commit to branch master.

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

commit 83a9e4a404481687dc51177b3919d50f4eedbe27
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Thu Mar 24 10:32:52 2016 -0400

    Reverting this commit to handle a better way
    
    Revert "add EINA_UNUSED for unused function parameter"
    
    This reverts commit 59c0e7f5865064acf2339649f939de1c2a84ff23.
---
 src/bin/e_xkb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c
index 66bdad6..c9eec00 100644
--- a/src/bin/e_xkb.c
+++ b/src/bin/e_xkb.c
@@ -33,7 +33,7 @@ _e_xkb_init_timer(void *data)
 
 #ifndef HAVE_WAYLAND_ONLY
 static Eina_Bool
-_xkb_changed_state(void *data EINA_UNUSED, int type EINA_UNUSED, void *event 
EINA_UNUSED)
+_xkb_changed_state(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
 {
    if (_e_xkb_skip_events > 0)
      {

-- 


Reply via email to