diff options
Diffstat (limited to 'legacy')
-rw-r--r-- | legacy/ecore/src/lib/ecore/ecore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/legacy/ecore/src/lib/ecore/ecore.c b/legacy/ecore/src/lib/ecore/ecore.c index 35c548679b..e9d9453d86 100644 --- a/legacy/ecore/src/lib/ecore/ecore.c +++ b/legacy/ecore/src/lib/ecore/ecore.c | |||
@@ -37,8 +37,6 @@ | |||
37 | #include <malloc.h> | 37 | #include <malloc.h> |
38 | 38 | ||
39 | 39 | ||
40 | EAPI Eo *_ecore_parent = NULL; | ||
41 | |||
42 | static Ecore_Version _version = { VERS_MAJ, VERS_MIN, VERS_MIC, VERS_REV }; | 40 | static Ecore_Version _version = { VERS_MAJ, VERS_MIN, VERS_MIC, VERS_REV }; |
43 | EAPI Ecore_Version *ecore_version = &_version; | 41 | EAPI Ecore_Version *ecore_version = &_version; |
44 | 42 | ||
@@ -52,6 +50,8 @@ static int _ecore_memory_max_free = 0; | |||
52 | static pid_t _ecore_memory_pid = 0; | 50 | static pid_t _ecore_memory_pid = 0; |
53 | #endif | 51 | #endif |
54 | 52 | ||
53 | EAPI Eo *_ecore_parent = NULL; | ||
54 | |||
55 | static const char *_ecore_magic_string_get(Ecore_Magic m); | 55 | static const char *_ecore_magic_string_get(Ecore_Magic m); |
56 | static int _ecore_init_count = 0; | 56 | static int _ecore_init_count = 0; |
57 | int _ecore_log_dom = -1; | 57 | int _ecore_log_dom = -1; |