ecore_evas/x: don't mark as unused a used parameter

This commit is contained in:
Jean Guyomarc'h 2017-03-07 20:22:11 +01:00
parent 6f80616a4d
commit 566b23dcb8
1 changed files with 1 additions and 1 deletions

View File

@ -3175,7 +3175,7 @@ _ecore_evas_x_object_cursor_set(Ecore_Evas *ee, Evas_Object *obj,
}
static void
_ecore_evas_x_object_cursor_unset(Ecore_Evas *ee EINA_UNUSED)
_ecore_evas_x_object_cursor_unset(Ecore_Evas *ee)
{
ecore_x_window_cursor_show(ee->prop.window, 1);
}