eina is probably already initialized by the time fileman starts

SVN revision: 76662
This commit is contained in:
Mike Blumenkrantz 2012-09-14 10:40:12 +00:00
parent 745d731695
commit e5a75c2b6d
1 changed files with 0 additions and 4 deletions

View File

@ -249,8 +249,6 @@ static Eina_List *fwins = NULL;
int
e_fwin_init(void)
{
eina_init();
return 1;
}
@ -262,8 +260,6 @@ e_fwin_shutdown(void)
EINA_LIST_FREE(fwins, fwin)
e_object_del(E_OBJECT(fwin));
eina_shutdown();
return 1;
}