elementary: Remove misuse of EINA_UNUSED

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-09 11:40:10 -04:00
parent 436e9e91f8
commit bc6184479f
1 changed files with 1 additions and 1 deletions

View File

@ -3203,7 +3203,7 @@ _wl_dnd_receive(void *data, int type EINA_UNUSED, void *event)
}
static Eina_Bool
_wl_dnd_end(void *data EINA_UNUSED, int type EINA_UNUSED, void *event EINA_UNUSED)
_wl_dnd_end(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
{
Ecore_Wl2_Event_Dnd_End *ev;
Ecore_Wl2_Window *win;