cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b85332fc898d61afda9cab72ea493d9f0afefa91

commit b85332fc898d61afda9cab72ea493d9f0afefa91
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Fri Dec 16 10:42:59 2016 -0800

    ecore: remove useless information from header.
---
 src/lib/ecore/ecore_private.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore/ecore_private.h b/src/lib/ecore/ecore_private.h
index e053c15..59aa2ef 100644
--- a/src/lib/ecore/ecore_private.h
+++ b/src/lib/ecore/ecore_private.h
@@ -368,8 +368,8 @@ GENERIC_ALLOC_FREE_HEADER(Ecore_Win32_Handler, 
ecore_win32_handler);
 extern Eo *_mainloop_singleton;
 extern Efl_Version _app_efl_version;
 
-void ecore_loop_future_register(Efl_Loop *l EINA_UNUSED, Efl_Future *f);
-void ecore_loop_future_unregister(Efl_Loop *l EINA_UNUSED, Efl_Future *f);
+void ecore_loop_future_register(Efl_Loop *l, Efl_Future *f);
+void ecore_loop_future_unregister(Efl_Loop *l, Efl_Future *f);
 
 // access to direct input cb
 #define ECORE_EVAS_INTERNAL

-- 


Reply via email to