Move comment

SVN revision: 19791
This commit is contained in:
sebastid 2006-01-14 15:43:05 +00:00 committed by sebastid
parent 59f9caea69
commit 67c29e58a3
1 changed files with 1 additions and 4 deletions

View File

@ -176,7 +176,6 @@ evas_module_init(void)
}
}
/* will dlclose all the modules loaded and free all the structs */
Evas_Module *
evas_module_find_type(Evas_Module_Type type, const char *name)
{
@ -254,6 +253,7 @@ evas_module_unload(Evas_Module *em)
}
}
/* will dlclose all the modules loaded and free all the structs */
void
evas_module_shutdown(void)
{
@ -270,6 +270,3 @@ evas_module_shutdown(void)
evas_modules = evas_list_remove_list(evas_modules, evas_modules);
}
}