hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=8137317bd1e2e7e0ac1e5187536bcc0763f22953
commit 8137317bd1e2e7e0ac1e5187536bcc0763f22953 Author: ChunEon Park <[email protected]> Date: Sat Nov 1 00:20:56 2014 +0900 lib: remove header file which should not be tracked. --- src/lib/Enventor.h | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/src/lib/Enventor.h b/src/lib/Enventor.h deleted file mode 100644 index 3798ae8..0000000 --- a/src/lib/Enventor.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef ENVENTOR_H -#define ENVENTOR_H - -#ifndef ENVENTOR_BETA_API_SUPPORT -#error "Enventor APIs still unstable. It's under BETA and changeable!! If you really want to use the APIs, Please define ENVENTOR_BETA_API_SUPPORT" -#endif - -#ifdef __cplusplus -extern "C" -{ -#endif - -#include <Efl_Config.h> -#include <Elementary.h> - -#ifndef EFL_NOLEGACY_API_SUPPORT -#include "Enventor_Legacy.h" -#endif - -#ifdef EFL_EO_API_SUPPORT -#include "Enventor_Eo.h" -#endif - -EAPI int enventor_init(int argc, char **argv); -EAPI int enventor_shutdown(void); -EAPI Evas_Object *enventor_object_add(Evas_Object *parent); - -#ifdef __cplusplus -} -#endif - -#endif --
