From cc5eec5cc3c736488d67f426260c8fbc689a0764 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Fri, 1 Sep 2017 15:13:41 -0500 Subject: [PATCH] Remove bogus EINA_UNUSED move along, nothing to see here. --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 87d93ee46..9025ba8de 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -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;