From 909fd6e2c4369020707782e20656069fbb3030d1 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 20 May 2014 23:34:25 +1000 Subject: Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. --- src/libraries/winFang.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/libraries/winFang.h') diff --git a/src/libraries/winFang.h b/src/libraries/winFang.h index f3f4170..7a84a7e 100644 --- a/src/libraries/winFang.h +++ b/src/libraries/winFang.h @@ -2,15 +2,6 @@ #define _WINFANG_H_ -#define EFL_API_OVERRIDE 1 -/* Enable access to unstable EFL API that are still in beta */ -#define EFL_BETA_API_SUPPORT 1 -/* Enable access to unstable EFL EO API. */ -#define EFL_EO_API_SUPPORT 1 - -#define ARRAY_LENGTH(array) (sizeof(array) / sizeof(*array)) - - #include #include #include @@ -89,8 +80,6 @@ typedef struct _Widget Evas_Smart_Cb on_del; } Widget; -void HamrTime(void *elm_main, char *domain); - winFang *winFangAdd(winFang *parent, int x, int y, int w, int h, char *title, char *name, EPhysics_World *world); void winFangHide(winFang *win); void winFangShow(winFang *win); -- cgit v1.1