Remove EAPI that were not supposed to be.

vtorri is hot today!!!

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78303
This commit is contained in:
Daniel Zaoui 2012-10-21 08:17:08 +00:00 committed by Daniel Zaoui
parent c204c6c2c2
commit 9eb2d0e685
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ static int _ecore_memory_max_free = 0;
static pid_t _ecore_memory_pid = 0;
#endif
EAPI Eo *_ecore_parent = NULL;
Eo *_ecore_parent = NULL;
static const char *_ecore_magic_string_get(Ecore_Magic m);
static int _ecore_init_count = 0;

View File

@ -377,7 +377,7 @@ GENERIC_ALLOC_FREE_HEADER(Ecore_Win32_Handler, ecore_win32_handler);
#undef GENERIC_ALLOC_FREE_HEADER
EAPI extern Eo *_ecore_parent;
extern Eo *_ecore_parent;
#define ECORE_PARENT_CLASS ecore_parent_class_get()
const Eo_Class *ecore_parent_class_get(void) EINA_CONST;