- efreet_init will call efreet_icon_init so there is no reason to do the

call again


SVN revision: 30905
This commit is contained in:
Dan Sinclair 2007-07-19 14:56:35 +00:00 committed by Dan Sinclair
parent 71da5f4639
commit 6d48fb4e38
1 changed files with 0 additions and 4 deletions

View File

@ -109,9 +109,6 @@ efreet_mime_init(void)
if (!efreet_init())
return 0;
if (!efreet_icon_init())
return 0;
efreet_mime_endianess = efreet_mime_endian_check();
monitors = ecore_hash_new(ecore_str_hash, ecore_str_compare);
@ -136,7 +133,6 @@ efreet_mime_shutdown(void)
IF_FREE_LIST(magics);
IF_FREE_HASH(monitors);
efreet_icon_shutdown();
efreet_shutdown();
ecore_file_shutdown();
ecore_shutdown();