Reverting this commit to handle a better way

Revert "add EINA_UNUSED for unused function parameter"

This reverts commit 59c0e7f586.
This commit is contained in:
Chris Michael 2016-03-24 10:32:52 -04:00
parent 59c0e7f586
commit 83a9e4a404
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{