Remove bogus EINA_UNUSED

move along, nothing to see here.
This commit is contained in:
Derek Foreman 2017-09-01 15:13:41 -05:00
parent 6f1b75e87b
commit cc5eec5cc3
1 changed files with 1 additions and 1 deletions

View File

@ -2127,7 +2127,7 @@ _e_comp_wl_subsurface_commit_to_cache(E_Client *ec)
}
static Eina_Bool
_cb_early_frame_animator(void *data EINA_UNUSED)
_cb_early_frame_animator(void *data)
{
E_Client *ec;