remove useless namespace

SVN revision: 49881
This commit is contained in:
Vincent Torri 2010-06-26 19:41:04 +00:00
parent 818fa06716
commit 45ba76b16e
1 changed files with 3 additions and 3 deletions

View File

@ -70,19 +70,19 @@ edje_init(void)
if (!ecore_init())
{
ERR("Edje: Ecore init failed");
ERR("Ecore init failed");
goto unregister_log_domain;
}
if (!embryo_init())
{
ERR("Edje: Embryo init failed");
ERR("Embryo init failed");
goto shutdown_ecore;
}
if (!eet_init())
{
ERR("Edje: Eet init failed");
ERR("Eet init failed");
goto shutdown_embryo;
}