Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.c e_fm_custom.c e_int_config_modules.c e_int_menus.c Log Message: Lots of cleanup (Remove unused variables & functions) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.198 retrieving revision 1.199 diff -u -3 -r1.198 -r1.199 --- e_fm.c 18 Aug 2007 12:15:31 -0000 1.198 +++ e_fm.c 23 Aug 2007 09:45:29 -0000 1.199 @@ -3475,7 +3475,6 @@ dest[i] = *p; else { - char escaped[3]; snprintf(&(dest[i]), 4, "%%%02X", *p); i += 2; } @@ -5404,7 +5403,7 @@ const char *drag_types[] = { "text/uri-list" }, *realpath; char buf[PATH_MAX + 8], *sel = NULL; E_Container *con = NULL; - Evas_List *l, *sl, *fsel = NULL; + Evas_List *l, *sl; int i, sel_length = 0; switch (ic->sd->eobj->type) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_custom.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- e_fm_custom.c 17 Jun 2007 07:38:48 -0000 1.6 +++ e_fm_custom.c 23 Aug 2007 09:45:30 -0000 1.7 @@ -5,8 +5,8 @@ static Evas_Bool _e_fm2_custom_file_hash_foreach_list(Evas_Hash *hash, const char *key, void *data, void *fdata); static Evas_List *_e_fm2_custom_hash_key_base_list(Evas_Hash *hash, const char *str); -static Evas_Bool _e_fm2_custom_file_hash_foreach_sub_list(Evas_Hash *hash, const char *key, void *data, void *fdata); -static Evas_List *_e_fm2_custom_hash_key_sub_list(Evas_Hash *hash, const char *str); +//static Evas_Bool _e_fm2_custom_file_hash_foreach_sub_list(Evas_Hash *hash, const char *key, void *data, void *fdata); +//static Evas_List *_e_fm2_custom_hash_key_sub_list(Evas_Hash *hash, const char *str); static Evas_Bool _e_fm2_custom_file_hash_foreach(Evas_Hash *hash, const char *key, void *data, void *fdata); static Evas_Bool _e_fm2_custom_file_hash_foreach_save(Evas_Hash *hash, const char *key, void *data, void *fdata); static void _e_fm2_custom_file_info_load(void); @@ -240,6 +240,7 @@ return cl.l; } +/* static Evas_Bool _e_fm2_custom_file_hash_foreach_sub_list(Evas_Hash *hash, const char *key, void *data, void *fdata) { @@ -250,7 +251,9 @@ cl->l = evas_list_append(cl->l, key); return 1; } - +*/ + +/* static Evas_List * _e_fm2_custom_hash_key_sub_list(Evas_Hash *hash, const char *str) { @@ -262,6 +265,7 @@ _e_fm2_custom_file_hash_foreach_sub_list, &cl); return cl.l; } +*/ static Evas_Bool _e_fm2_custom_file_hash_foreach(Evas_Hash *hash, const char *key, void *data, void *fdata) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v retrieving revision 1.63 retrieving revision 1.64 diff -u -3 -r1.63 -r1.64 --- e_int_config_modules.c 19 Aug 2007 20:45:36 -0000 1.63 +++ e_int_config_modules.c 23 Aug 2007 09:45:30 -0000 1.64 @@ -33,7 +33,6 @@ static void _btn_cb_about (void *data, void *data2); static void _btn_cb_config (void *data, void *data2); static int _upd_hdl_cb (void *data, int type, void *event); -static void _reload_modules (E_Config_Dialog_Data *cfdata); /* Hash callback Protos */ static Evas_Bool _modules_hash_cb_free (Evas_Hash *hash __UNUSED__, @@ -516,6 +515,7 @@ ev = event; _fill_avail_list(cfdata); _fill_loaded_list(cfdata); + return 1; } /* Hash callback Functions */ =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_menus.c,v retrieving revision 1.229 retrieving revision 1.230 diff -u -3 -r1.229 -r1.230 --- e_int_menus.c 12 Aug 2007 09:57:24 -0000 1.229 +++ e_int_menus.c 23 Aug 2007 09:45:30 -0000 1.230 @@ -1466,7 +1466,6 @@ _e_int_menus_augmentation_add(E_Menu *m, Evas_List *augmentation) { Evas_List *l; - E_Menu_Item *mi; for (l = augmentation; l; l = l->next) { ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs