Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm_main.c Log Message: Don't init/shutdown unused libraries. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_main.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- e_fm_main.c 25 Mar 2007 22:44:59 -0000 1.5 +++ e_fm_main.c 5 Apr 2007 18:19:50 -0000 1.6 @@ -20,12 +20,9 @@ #include <errno.h> #include <signal.h> #include <Ecore.h> -#include <Ecore_Evas.h> #include <Ecore_Ipc.h> #include <Ecore_File.h> #include <Evas.h> -#include <Eet.h> -#include <Edje.h> /* FIXME: things to add to the slave enlightenment_fm process and ipc to e: * @@ -127,9 +124,6 @@ ecore_init(); ecore_app_args_set(argc, (const char **)argv); - eet_init(); - evas_init(); - edje_init(); ecore_file_init(); ecore_ipc_init(); @@ -143,10 +137,6 @@ ecore_ipc_shutdown(); ecore_file_shutdown(); - ecore_evas_shutdown(); - edje_shutdown(); - evas_shutdown(); - eet_shutdown(); ecore_shutdown(); return 0; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs