eet: act like the rest of the EFL.

SVN revision: 66804
This commit is contained in:
Cedric BAIL 2012-01-03 17:42:33 +00:00
parent 8679482c72
commit e49c89f2f2
1 changed files with 1 additions and 4 deletions

View File

@ -552,10 +552,7 @@ eet_init(void)
return eet_init_count;
if (!eina_init())
{
fprintf(stderr, "Eet: Eina init failed");
return --eet_init_count;
}
return --eet_init_count;
_eet_log_dom_global = eina_log_domain_register("eet", EET_DEFAULT_LOG_COLOR);
if (_eet_log_dom_global < 0)